PluginCfgGenerator MBean

Managed object for Web Server plugin configuration file generator.


Operation Summary
voidgenerate(java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename)
           Generate the plugin configuration file.
voidgenerate(java.lang.String appServerRoot, java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename)
           Generate the plugin configuration file.
voidgenerate(java.lang.String appServerRoot, java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename, java.lang.String destRoot, java.lang.String destOS)
           Generate the plugin configuration file.

Notification Summary
websphere.plugincfg.complete
           A plugin config file generation operation is complete.
websphere.plugincfg.failed
           A plugin config file generation operation failed.

Operation Detail

generate

public void generate(java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename)
Generate the plugin configuration file.
Parameters:
cellname - The name of the cell.
nodename - The name of the node.
servername - The name of the server.
outputFilename - The name of the plugin cfg file.

generate

public void generate(java.lang.String appServerRoot, java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename)
Generate the plugin configuration file.
Parameters:
appServerRoot - The root directory for the application server.
configRoot - The root directory for the config repository.
cellname - The name of the cell.
nodename - The name of the node.
servername - The name of the server.
outputFilename - The name of the plugin cfg file.

generate

public void generate(java.lang.String appServerRoot, java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.String outputFilename, java.lang.String destRoot, java.lang.String destOS)
Generate the plugin configuration file.
Parameters:
appServerRoot - The root directory for the application server.
configRoot - The root directory for the config repository.
cellname - The name of the cell.
nodename - The name of the node.
servername - The name of the server.
outputFilename - The name of the plugin cfg file.
destRoot - An alternate root directory for the log file location and the keyfile/stashfiles.
destOS - The operating system of the destination system.

Notification Detail

websphere.plugincfg.complete

A plugin config file generation operation is complete.
Severity:
6  (Normal, Cleared, or Informative)

websphere.plugincfg.failed

A plugin config file generation operation failed.
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003