Class: javax.management.remote.rmi.RMIServerImpl

An RMI object representing a connector server. Remote clients can make connections using the javax.management.remote.rmi.RMIServerImpl.newClient(java.lang.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 javax.management.remote.rmi.RMIConnectorServer. Remote clients usually create connections either with javax.management.remote.JMXConnectorFactory or by instantiating javax.management.remote.rmi.RMIConnector.

This is an abstract class. Concrete subclasses define the details of the client connection objects, such as whether they use JRMP or IIOP.

Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods