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
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccessService
Remote interface used to access a random access file remotely.
|
interface |
RemoteInput
Represents a remote version of an
InputStream |
interface |
RemoteOutput
Represents a remote version of an
OutputStream |
Modifier and Type | Interface and Description |
---|---|
interface |
RMILogger
This class defines a simple logger whose references can be sent over RMI
streams, when automatic referencing is enabled.
|