org.apache.james.util.watchdog
Interface WatchdogFactory

All Known Implementing Classes:
SchedulerWatchdogFactory, ThreadPerWatchdogFactory

public interface WatchdogFactory

This interface represents a factory for producing Watchdogs.


Method Summary
 Watchdog getWatchdog(WatchdogTarget theTarget)
          Gets a Watchdog
 

Method Detail

getWatchdog

public Watchdog getWatchdog(WatchdogTarget theTarget)
                     throws Exception
Gets a Watchdog

Parameters:
theTarget - the WatchdogTarget to be triggered upon expiration
Throws:
Exception


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