Class Summary
|
LogStream |
LogStream presents a mechanism for logging errors that are
of possible interest to those monitoring the system.
|
ObjID |
The class ObjID is used to identify remote objects uniquely in a VM
over time.
|
Operation |
Operation holds a description of a Java method.
|
RMIClassLoader |
The RMIClassLoader class provides static methods for loading classes
over the network.
|
RMISocketFactory |
An RMISocketFactory instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls.
|
RemoteObject |
The RemoteObject class implements the java.lang.Object behavior for
remote objects.
|
RemoteServer |
The RemoteServer class is the common superclass to all server
implementations and provides the framework to support a wide range
of remote reference semantics.
|
RemoteStub |
The RemoteStub class is the common superclass to all client stubs
and provides the framework to support a wide range of remote
reference semantics.
|
SocketType |
The SocketType class is a type that can be passed to an
RMISocketFactory object on creation of a socket or a server socket
to choose desired socket type.
|
UID |
Abstraction for creating identifiers that are unique with respect
to the the host on which it is generated.
|
UnicastRemoteObject |
The UnicastRemoteObject class defines a non-replicated remote
object whose references are valid only while the server process is
alive.
|