Operation Summary | |
void | generate( Generate the plugin configuration file. |
void | generate( Generate the plugin configuration file. |
void | generate( 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 |
public void generate(java.lang.String cellname,
java.lang.String nodename,
java.lang.String servername,
java.lang.String outputFilename
)
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
)
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.Notification Detail |