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 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 WatchdogTarget
InaccurateTimeoutWatchdog(long timeout, WatchdogTarget target, org.apache.excalibur.thread.ThreadPool threadPool)
          The sole constructor for the InaccurateTimeoutWatchdog
 



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