Class | Description |
---|---|
RMIClassLoader |
The instance of this class associated to a
RMIRegistry can be used to
load classes located on remote codebases. |
RMIHandler |
This class defines a RMI connection handler.
|
RMIObjectInputStream |
This class extends the standard
ObjectInputStream and it gives an RMI
context to the deserialized RemoteInvocationHandler instances. |
RMIRegistry |
Defines a class that accepts new TCP connections over a port of the local
machine and automatically creates and manages the object sockets to export
remote objects.
|
RMIRegistry.Builder |
Builder for
RMIRegistry . |
RMIRegistry.MethodAnnotationRegistry |
The method register marks remote methods to be executed according the
preferred invocation policies.
|