org.apache.james.util.watchdog |
|
Java Source File Name | Type | Comment |
BytesReadResetInputStream.java | Class | This will reset the Watchdog each time a certain amount of data has
been transferred. |
BytesWrittenResetOutputStream.java | Class | This will reset the Watchdog each time a certain amount of data has
been transferred. |
InaccurateTimeoutWatchdog.java | Class | This class represents an watchdog process that serves to
monitor a situation and triggers an action after a certain time has
passed. |
SchedulerWatchdogFactory.java | Class | This class is a factory to produce Watchdogs, each of which is associated
with a single TimeScheduler Target and a TimeScheduler object. |
ThreadPerWatchdogFactory.java | Class | This class is a factory to produce Watchdogs, each of which is associated
with a single thread. |
Watchdog.java | Interface | This interface represents an abstract watchdog process that serves to
monitor a situation and triggers an action under an implementation-specific
trigger condition. |
WatchdogFactory.java | Interface | This interface represents a factory for producing Watchdogs. |
WatchdogTarget.java | Interface | This interface represents an action to be triggered by a watchdog process. |