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

Watchdog getWatchdog(WatchdogTarget theTarget)
                     throws java.lang.Exception
Gets a Watchdog

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


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