Interface: javax.management.remote.JMXConnector

  • public interface JMXConnector
  • implements Closeable

The client end of a JMX API connector. An object of this type can be used to establish a connection to a connector server.

A newly-created object of this type is unconnected. Its connect method must be called before it can be used. However, objects created by JMXConnectorFactory.connect are already connected.

Since:
@since 1.5

Inheritance

Implements:

Methods

Fields

  • CREDENTIALS

    public static final String CREDENTIALS = "jmx.remote.credentials"

    Name of the attribute that specifies the credentials to send to the connector server during connection. The value associated with this attribute, if any, is a serializable object of an appropriate type for the server's javax.management.remote.JMXAuthenticator.