API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXConnector View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Closeable
      JMXConnector
Subinterfaces
Description
public interface JMXConnector
  The client end of a JMX API connector.
See also:   
Methods
Hide/Show inherited methods
public void addConnectionNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback)
  Adds a listener to be informed of changes in connection status.
public void close () throws IOException [Specified in Closeable]
  Closes the client connection to its server.
public void connect () throws IOException
  Establishes the connection to the connector server.
public void connect (Map<String, Object> env) throws IOException
  Establishes the connection to the connector server.
public String getConnectionId () throws IOException
  Gets this connection's ID from the connector server.
public MBeanServerConnection getMBeanServerConnection () throws IOException
  Returns an MBeanServerConnection object representing a remote MBean server.
public MBeanServerConnection getMBeanServerConnection (Subject delegationSubject) throws IOException
  Returns an MBeanServerConnection object representing a remote MBean server on which operations are performed on behalf of the supplied delegation subject.
public void removeConnectionNotificationListener (NotificationListener listener) throws ListenerNotFoundException
  Removes a listener from the list to be informed of changes in status.
public void removeConnectionNotificationListener (NotificationListener l, NotificationFilter f, Object handback) throws ListenerNotFoundException
  Removes a listener from the list to be informed of changes in status.
Fields
Hide/Show inherited fields
publicfinalstatic String CREDENTIALS = "jmx.remote.credentials"
  Name of the attribute that specifies the credentials to send to the connector server during connection.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar