| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
SMTPHandler.getWatchdog()
 | 
 Watchdog | 
SMTPSession.getWatchdog()
Returns Watchdog object used for handling timeout  | 
| 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 | 
SchedulerWatchdogFactory.getWatchdog(WatchdogTarget theTarget)
 | 
 Watchdog | 
ThreadPerWatchdogFactory.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)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||