Searched defs:TimerPool (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java25 * $Id: TimerPool.java,v 1.6 2008/10/20 22:00:05 ww203982 Exp $
46 * TimerPool is a scheduleable version of ThreadPool.
49 public class TimerPool implements Triggerable { class in inherits:Triggerable
64 * Constructor of TimerPool.
66 * @param name The name of the TimerPool
67 * @param poolSize The size of the TimerPool
68 * @param daemon The boolean to indicate whether the threads in TimerPool
73 public TimerPool(String name, int poolSize, boolean daemon, Debug debug) { method in class:TimerPool
91 * Creates threads to the TimerPool.
93 * @param timersToCreate Number of threads in the TimerPool afte
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java25 * $Id: TimerPool.java,v 1.6 2008/10/20 22:00:05 ww203982 Exp $
45 * TimerPool is a scheduleable version of ThreadPool.
48 public class TimerPool implements Triggerable { class in inherits:Triggerable
64 * Constructor of TimerPool.
66 * @param name The name of the TimerPool
67 * @param poolSize The size of the TimerPool
68 * @param daemon The boolean to indicate whether the threads in TimerPool
73 public TimerPool(String name, int poolSize, boolean daemon, Debug debug) { method in class:TimerPool
91 * Creates threads to the TimerPool.
93 * @param timersToCreate Number of threads in the TimerPool afte
[all...]

Completed in 20 milliseconds