|
qflib 0.98.1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
LogClient | This interface must be implemented by LogServer clients that wish to register themselves in the RMI registry and connected to a LogServer once it starts up. |
LogListener | A LogListener waits for calls from clients that dump their LogEntries into the LogServer. |
LogServer | A LogServer is a factory for LogListeners. |
RemoteLogLevelCallback | Callback that enables remote access to the log levels of an application as well as the ouput and pre queue levels and the queue and flush buffer parameters. |
RemoteLogLevelListener | Remote Listener interface for changes in the log levels of an application. |
Class Summary | |
LogClientImplBase | If a class wants to implement the LogClient interface it
should do so by extending this abstract class instead of UnicastRemoteObject . |
LogListenerImplBase | If a class wants to implement the LogListener interface
it should do so by extending this abstract class instead of UnicastRemoteObject . |
LogServerImplBase | If a class wants to implement the LogServer interface it
should do so by extending this abstract class instead of UnicastRemoteObject . |
RemoteLogFilter | Deprecated. Since qflib version 0.98.0 this class is superceded by RemoteLogWriter. |
RemoteLogLevelAdapter | Adapter that connects a RemoteLogLevelListener to an application. |
RemoteLogLevelCallbackImplBase | If a class wants to implement the RemoteLogLevelCallback interface it should do so by extending this
abstract class instead of UnicastRemoteObject . |
RemoteLogLevelListenerImplBase | If a class wants to implement the RemoteLogLevelListener interface it should do so by extending this
abstract class instead of UnicastRemoteObject . |
RemoteLogWriter | The RemoteLogWriter class takes care of all the necessary details to
connect to a LogServer and pass the log messages created
by a program to it. |
Implementation of the client side functionality for connecting to the log server qflog.
This package has been separated from the de.qfs.lib.log
package starting with qflib 0.97.0 in order to keep the
log
package as small and simple as possible and
especially independent of RMI.
You'll probably never need to use any class other than RemoteLogFilter
directly.
|
qflib 0.98.1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |