| org.apache.james.util.watchdog.ThreadPerWatchdogFactory
ThreadPerWatchdogFactory | public class ThreadPerWatchdogFactory extends AbstractLogEnabled implements WatchdogFactory(Code) | | This class is a factory to produce Watchdogs, each of which is associated
with a single thread.
|
Constructor Summary | |
public | ThreadPerWatchdogFactory(ThreadPool theThreadPool, long timeout) Creates the factory and sets the thread pool used to generate
InaccurateTimeoutWatchdogs. |
ThreadPerWatchdogFactory | public ThreadPerWatchdogFactory(ThreadPool theThreadPool, long timeout)(Code) | | Creates the factory and sets the thread pool used to generate
InaccurateTimeoutWatchdogs.
|
|
|