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

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

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

Methods in org.apache.james.util.watchdog with parameters of type WatchdogTarget
 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 WatchdogTarget
InaccurateTimeoutWatchdog(long timeout, WatchdogTarget target, org.apache.avalon.excalibur.thread.ThreadPool threadPool)
          The sole constructor for the InaccurateTimeoutWatchdog
 



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