API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote.rmi. RMIConnector View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RMIConnector
Implements
 JMXConnector
 Serializable
 JMXAddressable
Subclasses
Description
public class RMIConnector
  A connection to a remote RMI connector.
See also:   
Constructors
public RMIConnector (JMXServiceURL url, Map<String, Object> environment)
  Constructs an RMIConnector that will connect the RMI connector server with the given address.
private RMIConnector (RMIServer rmiServer, JMXServiceURL address, Map environment)
public RMIConnector (RMIServer rmiServer, Map<String, Object> environment)
  Constructs an RMIConnector using the given RMI stub.
Methods
Hide/Show inherited methods
public void addConnectionNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) [Specified in JMXConnector]
publicsynchronized void close () throws IOException [Specified in JMXConnector]
public void connect () throws IOException [Specified in JMXConnector]
publicsynchronized void connect (Map<String, Object> environment) throws IOException [Specified in JMXConnector]
pack-privatestatic RMIServer connectStub (RMIServer rmiServer, Map environment) throws IOException
  In order to be usable, an IIOP stub must be connected to an ORB.
public JMXServiceURL getAddress () [Specified in JMXAddressable]
  The address of this connector.
publicsynchronized String getConnectionId () throws IOException [Specified in JMXConnector]
publicsynchronized MBeanServerConnection getMBeanServerConnection () throws IOException [Specified in JMXConnector]
publicsynchronized MBeanServerConnection getMBeanServerConnection (Subject delegationSubject) throws IOException [Specified in JMXConnector]
public void removeConnectionNotificationListener (NotificationListener listener) throws ListenerNotFoundException [Specified in JMXConnector]
public void removeConnectionNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException [Specified in JMXConnector]
pack-privatestatic ORB resolveOrb (Map environment) throws IOException
  Get the ORB specified by environment, or create a new one.
public String toString ()
  Returns a string representation of this object.
Fields
Hide/Show inherited fields
publicfinalstatic String CREDENTIALS = "jmx.remote.credentials" [Inherited From JMXConnector]
  Name of the attribute that specifies the credentials to send to the connector server during connection.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar