javax.management.remote
Class JMXConnectorFactory

java.lang.Object
  extended by javax.management.remote.JMXConnectorFactory

public class JMXConnectorFactory
extends Object

Author:
Tom Elrod

Field Summary
static String DEFAULT_CLASS_LOADER
           
protected static Logger log
           
static String PROTOCOL_PROVIDER_CLASS_LOADER
           
static String PROTOCOL_PROVIDER_PACKAGES
           
 
Method Summary
static JMXConnector connect(JMXServiceURL serviceURL)
           
static JMXConnector connect(JMXServiceURL serviceURL, Map environment)
           
static JMXConnector newJMXConnector(JMXServiceURL serviceURL, Map environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.