Interface JMXConnector

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RMIConnector

public interface JMXConnector extends 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:
1.5