Uses of Interface
org.apache.james.util.watchdog.Watchdog

Packages that use Watchdog
org.apache.james.util.watchdog Provides classes that define and implement a resettable Watchdog interface as well as related classes.  
 

Uses of Watchdog in org.apache.james.util.watchdog
 

Classes in org.apache.james.util.watchdog that implement Watchdog
 class InaccurateTimeoutWatchdog
          This class represents an watchdog process that serves to monitor a situation and triggers an action after a certain time has passed.
 

Methods in org.apache.james.util.watchdog that return Watchdog
 Watchdog ThreadPerWatchdogFactory.getWatchdog(WatchdogTarget theTarget)
           
 Watchdog SchedulerWatchdogFactory.getWatchdog(WatchdogTarget theTarget)
           
 Watchdog WatchdogFactory.getWatchdog(WatchdogTarget theTarget)
          Gets a Watchdog
 

Constructors in org.apache.james.util.watchdog with parameters of type Watchdog
BytesWrittenResetOutputStream(OutputStream out, Watchdog watchdog, int lengthReset)
           
BytesReadResetInputStream(InputStream in, Watchdog watchdog, int lengthReset)
           
 



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."