JMXConnectorFactory
Class JMXConnectorFactory
- java.lang.Object
-
- javax.management.remote.JMXConnectorFactory
public class JMXConnectorFactory extends Object
Factory to create JMX API connector clients. There are no instances of this class.
Connections are usually made using the connect
method of this class. More advanced applications can separate the creation of the connector client, using newJMXConnector
and the establishment of the connection itself, using 登录查看完整内容