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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DSystemTimerPool.java25 * $Id: SystemTimerPool.java,v 1.5 2008/09/05 00:51:02 ww203982 Exp $
40 * SystemTimerPool is a TimerPool which shared in the system.
43 public class SystemTimerPool { class
59 Debug debug = Debug.getInstance("SystemTimerPool");
60 debug.error("SystemTimerPool.<init>: incorrect pool size "
76 instance = new TimerPool("SystemTimerPool",
77 poolSize, false, Debug.getInstance("SystemTimerPool"));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DSystemTimerPool.java25 * $Id: SystemTimerPool.java,v 1.5 2008/09/05 00:51:02 ww203982 Exp $
37 * SystemTimerPool is a TimerPool which shared in the system.
39 public class SystemTimerPool { class
42 public static final String TIMER_NAME = "SystemTimerPool";
60 debug.error("SystemTimerPool.<init>: incorrect pool size "

Completed in 35 milliseconds