An RMI object representing a connector server. Remote clients
can make connections using the newClient(Object) method. This
method returns an RMI object representing the connection.
User code does not usually reference this class directly.
RMI connection servers are usually created with the class RMIConnectorServer . Remote clients usually create connections
either with JMXConnectorFactory
or by instantiating RMIConnector .
This is an abstract class. Concrete subclasses define the
details of the client connection objects, such as whether they use
JRMP or IIOP.
An RMI object representing a connector server. Remote clients can make connections using the newClient(Object) method. This method returns an RMI object representing the connection.
User code does not usually reference this class directly. RMI connection servers are usually created with the class RMIConnectorServer . Remote clients usually create connections either with JMXConnectorFactory or by instantiating RMIConnector .
This is an abstract class. Concrete subclasses define the details of the client connection objects, such as whether they use JRMP or IIOP.