com.ibm.websphere.webcontainer
Interface GeneratePluginConfigMBean
- public interface GeneratePluginConfigMBean
javax.management.JMX#newMBeanProxy
method.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
generateDefaultPluginConfig()
Invokes the generateDefaultPluginConfig operation, which generates a plugin-cfg.xml file with default settings in the ${server.output.dir} directory.
|
|
generatePluginConfig(java.lang.String root,java.lang.String name)
Invokes the generatePluginConfig operation with root and name parameters, which generates a customized plugin-cfg.xml file in the ${server.output.dir} directory.
|
Method Detail
generateDefaultPluginConfig
- void generateDefaultPluginConfig( )
Invokes the generateDefaultPluginConfig operation, which generates a plugin-cfg.xml file with default settings in the ${server.output.dir} directory.
generatePluginConfig
- void generatePluginConfig(java.lang.String root,
- java.lang.String name)
Invokes the generatePluginConfig operation with root and name parameters, which generates a customized plugin-cfg.xml file in the ${server.output.dir} directory.
Parameters:
root
- plug-in install root directory name
- server name