Package | Description |
---|---|
agilermi.configuration |
Provides all the interfaces needed to configure an application based on RMI.
|
agilermi.core |
Provides the Agile RMI core system.
|
Class and Description |
---|
RMIHandler
This class defines a RMI connection handler.
|
Class and 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.
|
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.
|