|
Interface Summary |
| Batchable |
If a class implements that interface its void metrhods would not be
a subject of batching. |
| ChannelIface |
This is the main interface through which we route the method invocations.
|
| KeepAliveWhenUnreferenced |
The main purpose of this interface is to indicate that the implementing instance
should not be 'unexported' - e.g. removed from the RMI Object Table. |
| RoutingAction |
RoutingAction instances are used to perform some custom setup/cleanup actions
during a remote method invocation. |