Module java.rmi

Class RemoteServer

java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
UnicastRemoteObject

public abstract class RemoteServer extends RemoteObject
The RemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics. Specifically, the functions needed to create and export remote objects (i.e. to make them remotely available) are provided abstractly by RemoteServer and concretely by its subclass(es).
Since:
1.1
See Also: