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

Packages that use Watchdog
org.apache.james.smtpserver Provides classes implementing SMTP functionality. 
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.smtpserver
 

Methods in org.apache.james.smtpserver that return Watchdog
 Watchdog SMTPSession.getWatchdog()
          Returns Watchdog object used for handling timeout
 Watchdog SMTPHandler.getWatchdog()
           
 

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 WatchdogFactory.getWatchdog(WatchdogTarget theTarget)
          Gets a Watchdog
 Watchdog ThreadPerWatchdogFactory.getWatchdog(WatchdogTarget theTarget)
           
 Watchdog SchedulerWatchdogFactory.getWatchdog(WatchdogTarget theTarget)
           
 

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



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.