javax.management.remote
Class JMXConnectorFactory
java.lang.Object
javax.management.remote.JMXConnectorFactory
public class JMXConnectorFactory
- extends Object
- Author:
- Tom Elrod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CLASS_LOADER
public static final String DEFAULT_CLASS_LOADER
- See Also:
- Constant Field Values
PROTOCOL_PROVIDER_PACKAGES
public static final String PROTOCOL_PROVIDER_PACKAGES
- See Also:
- Constant Field Values
PROTOCOL_PROVIDER_CLASS_LOADER
public static final String PROTOCOL_PROVIDER_CLASS_LOADER
- See Also:
- Constant Field Values
log
protected static Logger log
connect
public static JMXConnector connect(JMXServiceURL serviceURL)
throws IOException
- Throws:
IOException
connect
public static JMXConnector connect(JMXServiceURL serviceURL,
Map environment)
throws IOException
- Throws:
IOException
newJMXConnector
public static JMXConnector newJMXConnector(JMXServiceURL serviceURL,
Map environment)
throws IOException
- Throws:
IOException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.