|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WatchdogFactory | |
---|---|
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 WatchdogFactory in org.apache.james.socket |
---|
Fields in org.apache.james.socket declared as WatchdogFactory | |
---|---|
protected WatchdogFactory |
AbstractJamesService.theWatchdogFactory
The factory used to generate Watchdog objects |
Methods in org.apache.james.socket that return WatchdogFactory | |
---|---|
protected WatchdogFactory |
AbstractJamesService.getWatchdogFactory()
This constructs the WatchdogFactory that will be used to guard against runaway or stuck behavior. |
Uses of WatchdogFactory in org.apache.james.util.watchdog |
---|
Classes in org.apache.james.util.watchdog that implement WatchdogFactory | |
---|---|
class |
SchedulerWatchdogFactory
This class is a factory to produce Watchdogs, each of which is associated with a single TimeScheduler Target and a TimeScheduler object. |
class |
ThreadPerWatchdogFactory
This class is a factory to produce Watchdogs, each of which is associated with a single thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |