org.apache.james.util.watchdog
Interface WatchdogFactory

All Known Implementing Classes:
SchedulerWatchdogFactory, ThreadPerWatchdogFactory

public interface WatchdogFactory

This interface represents a factory for producing Watchdogs.

Author:
Andrei Ivanov, Peter M. Goldstein

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
Exception


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