Package de.bea.domingo.monitor

Interfaces and implementations for monitoring the domingo API.

See:
          Description

Interface Summary
MonitorEnabled Interface that monitor enabled classes should implement.
 

Class Summary
AbstractDefaultMonitor Abstract base class for implementations of the Monitor interface.
AbstractMonitor Abstract base class for implementations of the Monitor interface.
AbstractMonitorEnabled Base class for all monitor enabled classes.
AbstractStreamMonitor Abstract stream monitor, logs everything to a PrintStream.
ConsoleMonitor Console monitor, logs everything to System.out.
FileMonitor Console monitor, logs everything to System.out.
Jdk14LoggerMonitor Adapter from Java Logging to the domingo monitor interface.
Log4jMonitor Adapter from Apache Log4j to the domingo monitor interface.
LoggingMonitor Adapter from Apache Commons Logging to the domingo monitor interface.
NullMonitor Null monitor, simply does nothing.
WriterMonitor Console monitor, logs everything to a PrintWriter.
 

Package de.bea.domingo.monitor Description

Interfaces and implementations for monitoring the domingo API.



Domingo Java-API