|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Watchdog | |
---|---|
org.apache.james.pop3server | Provides classes implementing POP3 functionality. |
org.apache.james.smtpserver | Provides classes implementing SMTP functionality. |
org.apache.james.socket | |
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.pop3server |
---|
Methods in org.apache.james.pop3server that return Watchdog | |
---|---|
Watchdog |
POP3Session.getWatchdog()
Returns Watchdog object used for handling timeout |
Watchdog |
POP3Handler.getWatchdog()
|
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.socket |
---|
Fields in org.apache.james.socket declared as Watchdog | |
---|---|
protected Watchdog |
AbstractJamesHandler.theWatchdog
The watchdog being used by this handler to deal with idle timeouts. |
Methods in org.apache.james.socket that return Watchdog | |
---|---|
Watchdog |
ProtocolHandlerHelper.getWatchdog()
The watchdog is used to deal with timeouts. |
Watchdog |
DelegatingJamesHandler.getWatchdog()
|
Methods in org.apache.james.socket with parameters of type Watchdog | |
---|---|
void |
AbstractJamesHandler.setWatchdog(Watchdog theWatchdog)
Set the Watchdog for use by this handler. |
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 |