|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratePluginConfigMBean
Management interface for the MBean "WebSphere:name=com.ibm.ws.jmx.mbeans.generatePluginConfig".
The Liberty profile makes this MBean available in its platform MBean server to allow users to generate a plugin-cfg.xml file which can be used to configure a web server plug-in
that forwards HTTP requests for dynamic resources to the Liberty profile. This interface can be used to request a proxy object via the javax.management.JMX#newMBeanProxy
method.
Method Summary | |
---|---|
void |
generateDefaultPluginConfig()
Invokes the generateDefaultPluginConfig operation, which generates a plugin-cfg.xml file with default settings in the ${server.output.dir} directory. |
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. |
Method Detail |
---|
void generateDefaultPluginConfig()
void generatePluginConfig(java.lang.String root, java.lang.String name)
root
- plug-in install root directoryname
- server name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |