java.rmi.server
abstract public class: RemoteServer [javadoc |
source]
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
All Implemented Interfaces:
Remote, Serializable
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).
- author:
Ann
- Wollrath
- since:
JDK1.1
-
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |