API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXConnectorServerFactory View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      JMXConnectorServerFactory
Implements
Subclasses
Description
public class JMXConnectorServerFactory
  Factory to create JMX API connector servers.
See also:   
Constructors
private JMXConnectorServerFactory ()
There are no instances of this class.
Methods
Hide/Show inherited methods
publicstatic JMXConnectorServer newJMXConnectorServer (JMXServiceURL serviceURL, Map<String, Object> environment, MBeanServer mbeanServer) throws IOException
  Creates a connector server at the given address.
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 DEFAULT_CLASS_LOADER_NAME = "jmx.remote.default.class.loader.name"
  Name of the attribute that specifies the default class loader MBean name.
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