API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXConnectorFactory View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      JMXConnectorFactory
Implements
Subclasses
Description
public class JMXConnectorFactory
  Factory to create JMX API connector clients.
See also:   
Constructors
private JMXConnectorFactory ()
There are no instances of this class.
Methods
Hide/Show inherited methods
publicstatic JMXConnector connect (JMXServiceURL serviceURL) throws IOException
  Creates a connection to the connector server at the given address.
publicstatic JMXConnector connect (JMXServiceURL serviceURL, Map<String, Object> environment) throws IOException
  Creates a connection to the connector server at the given address.
pack-privatestatic Object getProvider (JMXServiceURL serviceURL, Map environment, String providerClassName, Class targetInterface, ClassLoader loader) throws IOException
pack-privatestatic Object getProvider (String protocol, String pkgs, ClassLoader loader, String providerClassName, Class targetInterface) throws IOException
pack-privatestatic Iterator getProviderIterator (Class providerClass, ClassLoader loader)
publicstatic JMXConnector newJMXConnector (JMXServiceURL serviceURL, Map<String, Object> environment) throws IOException
  Creates a connector client for the connector server at the given address.
pack-privatestatic ClassLoader resolveClassLoader (Map environment)
Fields
Hide/Show inherited fields
publicfinalstatic String DEFAULT_CLASS_LOADER = "jmx.remote.default.class.loader"
  Name of the attribute that specifies the default class loader.
publicfinalstatic String PROTOCOL_PROVIDER_CLASS_LOADER = "jmx.remote.protocol.provider.class.loader"
  Name of the attribute that specifies the class loader for loading protocol providers.
publicfinalstatic String PROTOCOL_PROVIDER_PACKAGES = "jmx.remote.protocol.provider.pkgs"
  Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar