Class RMIServerImpl

java.lang.Object
javax.management.remote.rmi.RMIServerImpl
All Implemented Interfaces:
Closeable, AutoCloseable, Remote, RMIServer
Direct Known Subclasses:
RMIJRMPServerImpl

public abstract class RMIServerImpl extends Object implements Closeable, RMIServer

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.

Since:
1.5