Package | Description |
---|---|
agilermi.utility.io |
Provides classes and interfaces used to get remote access to IO objects, such
as
OutputStream objects and RandomAccessFile
objects. |
agilermi.utility.logging |
Provides a utility implementation of a remote logger that can be used to log
information from remote RMI nodes
|
Class and Description |
---|
RMISuppressFaults
This annotation can be applied to a remote method of a remote interface to
suppress RMI faults and exceptions.
|
Class and Description |
---|
RMIAsynch
Setup a remote method to be asynchronous, that is only request of invocation
is sent without waiting for response.
|
RMISuppressFaults
This annotation can be applied to a remote method of a remote interface to
suppress RMI faults and exceptions.
|