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 | Method and Description |
---|---|
void |
RemoteOutput.close() |
void |
RemoteInput.close() |
void |
RandomAccessService.close() |
void |
RemoteOutput.flush() |
Modifier and Type | Method and Description |
---|---|
void |
RMILogger.log(java.lang.String format,
java.lang.Object... objects)
Logs a string using the specified format and composed by the specified
objects.
|
void |
RMILogger.logIf(boolean condition,
java.lang.String format,
java.lang.Object... objects)
As
RMILogger.log(String, Object...) logs a string. |