PluginCfgGenerator MBean

Partial ObjectName:
WebSphere:*,type=PluginCfgGenerator


MBean PluginCfgGenerator

Managed object for Web Server plugin configuration file generator.


Operation Summary
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.
voidgenerate(java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.Boolean propagate)
          
voidpropagate(java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername)
          

Notification Summary
websphere.plugincfg.generate.complete
           The web server plug-in configuration file generate operation is complete.
websphere.plugincfg.generate.failed
           The web server plug-in configuration file generate operation failed.
websphere.plugincfg.propagate.complete
           The web server plug-in configuration file propagate operation is complete.
websphere.plugincfg.propagate.failed
           The web server plug-in configuration file propagate operation failed.

Operation Detail

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.
Security Roles:
administrator
operator

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.
Security Roles:
administrator
operator

generate

public void generate(java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername, java.lang.Boolean propagate)
Parameters:
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 web server.
propagate - Propagate the config file.
Security Roles:
administrator
operator

propagate

public void propagate(java.lang.String configRoot, java.lang.String cellname, java.lang.String nodename, java.lang.String servername)
Parameters:
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 web server.
Security Roles:
administrator
operator

Notification Detail

websphere.plugincfg.generate.complete

The web server plug-in configuration file generate operation is complete.
Severity:
5  (Warning)

websphere.plugincfg.generate.failed

The web server plug-in configuration file generate operation failed.
Severity:
5  (Warning)

websphere.plugincfg.propagate.complete

The web server plug-in configuration file propagate operation is complete.
Severity:
5  (Warning)

websphere.plugincfg.propagate.failed

The web server plug-in configuration file propagate operation failed.
Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005