Example usage for Java javax.management.remote JMXConnectorServer fields, constructors, methods, implement or subclass
The text is from its open source code.
String | AUTHENTICATOR Name of the attribute that specifies the authenticator for a connector server. |
void | setMBeanServerForwarder(MBeanServerForwarder mbsf) |
void | start() Activates the connector server, that is, starts listening for client connections. |
void | stop() Deactivates the connector server, that is, stops listening for client connections. |
JMXConnector | toJMXConnector(Map Returns a client stub for this connector server. |