| Class | Description |
|---|---|
| ClassInfo |
Internal information about a shared class.
|
| ClassInfoRegistry |
Internal registry of shared types and their ClassInfo and MethodInfo
objects.
|
| MethodInfo |
Internal information about shared methods.
|
| RemoteObjectHandler |
Used internally to remotely invoke methods on RMI shared objects.
|
| RmiClientService |
A service that can be added to the client to support a simple
shared objects protocol.
|
| RmiContext |
Keeps track of the current connection performing a particular
RMI call.
|
| RmiHostedService |
A service that can be added to the host to support a simple
shared objects protocol.
|
| RmiRegistry |
| Enum | Description |
|---|---|
| CallType |
Internal type denoting the type of call to make when remotely
invoking methods.
|
| Annotation Type | Description |
|---|---|
| Asynchronous |
Indicates that a given method should be executed asynchronously
through the RMI service.
|