public interface IJMXAdaptor
Modifier and Type | Method and Description |
---|---|
void |
configure(javax.management.MBeanServer beanServer,
java.lang.String configString)
That adaptor can configure (initialize) itself.
|
void configure(javax.management.MBeanServer beanServer, java.lang.String configString)
beanServer
- The managed bean server.configString
- The system property defined for the SOAP processor containing configuration information of the adaptor.
May be anything like �working directory for the adaptor� or �port number�. Adaptor specific information.