WebSphere:*,type=PluginCfgGenerator
MBean PluginCfgGenerator
Managed object for Web Server plugin configuration file generator.
Operation Summary | |
void | generate( Generate the plugin configuration file. |
void | generate( Generate the plugin configuration file. |
void | generate( |
void | generate( |
void | generate( |
void | propagate( |
void | propagateKeyring( |
Notification Summary | |
websphere.plugincfg.generate.info Notification message having additional information about the generation of plug-in configuration file. | |
websphere.plugincfg.propagate.info Notification message having additional information about the propagation of plug-in configuration, keyring and stash file | |
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.started The web server plug-in configuration file propagate operation is started. | |
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. | |
websphere.plugincfg.keyring.propagate.started The web server plug-in keyring file propagate operation is started. | |
websphere.plugincfg.keyring.propagate.complete The web server plug-in keyring file propagate operation is complete. | |
websphere.plugincfg.keyring.propagate.failed The web server plug-in keyring file propagate operation failed. | |
websphere.plugincfg.stashfile.propagate.complete The web server plug-in stashfile file propagate operation is complete. | |
websphere.plugincfg.stashfile.propagate.failed The web server plug-in stashfile file propagate operation failed. |
Operation Detail |
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
)
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.
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
)
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.
public void generate(java.lang.String configRoot,
java.lang.String cellname,
java.lang.String nodename,
java.lang.String servername,
java.lang.Boolean propagate
)
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.
public void generate(java.lang.String configRoot,
java.lang.String cellname,
java.lang.String nodename,
java.lang.String servername,
java.lang.Boolean propagate,
java.lang.Boolean propagateKeyring
)
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.propagateKeyring
-
Propagate the keyring file.
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.Boolean Overwrite
)
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 web server.outputFilename
-
The name of the plugin cfg file.Overwrite
-
Force overwrite of existing file.
public void propagate(java.lang.String configRoot,
java.lang.String cellname,
java.lang.String nodename,
java.lang.String servername
)
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.
public void propagateKeyring(java.lang.String configRoot,
java.lang.String cellname,
java.lang.String nodename,
java.lang.String servername
)
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.Notification Detail |