Searched refs:TimerPool (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DSystemTimer.java38 * SystemTimer is a TimerPool which has only 2 Timer shared in the system.
44 protected static TimerPool instance;
50 public static synchronized TimerPool getTimer() {
55 instance = new TimerPool("SystemTimer", 1, false, Debug.getInstance("SystemTimer"));
H A DSystemTimerPool.java40 * SystemTimerPool is a TimerPool which shared in the system.
45 protected static TimerPool instance;
70 public static synchronized TimerPool getTimerPool() {
76 instance = new TimerPool("SystemTimerPool",
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 DSystemTimer.java35 * SystemTimer is a TimerPool which has only 2 Timer shared in the system.
40 /** The name of the {@link TimerPool} instance. */
42 /** The name of the {@link TimerPool} scheduler. */
43 public static final String SCHEDULER_NAME = TIMER_NAME + TimerPool.SCHEDULER_SUFFIX;
44 protected static TimerPool instance;
50 public static synchronized TimerPool getTimer() {
55 instance = new TimerPool(TIMER_NAME, 1, false, Debug.getInstance("SystemTimer"));
H A DSystemTimerPool.java37 * SystemTimerPool is a TimerPool which shared in the system.
41 /** The name of the {@link TimerPool} instance. */
43 /** The name of the {@link TimerPool} scheduler. */
44 public static final String SCHEDULER_NAME = TIMER_NAME + TimerPool.SCHEDULER_SUFFIX;
45 protected static TimerPool instance;
70 public static synchronized TimerPool getTimerPool() {
76 instance = new TimerPool(TIMER_NAME, poolSize, false, Debug.getInstance(TIMER_NAME));
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...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DPDPCache.java32 import com.sun.identity.common.TimerPool;
70 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java33 import com.sun.identity.common.TimerPool;
40 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java36 import com.sun.identity.common.TimerPool;
43 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/coretoken/spi/
H A DOpenSSOCoreTokenStore.java35 import com.sun.identity.common.TimerPool;
91 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java39 import com.sun.identity.common.TimerPool;
61 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/coretoken/spi/
H A DOpenSSOCoreTokenStore.java37 import com.sun.identity.common.TimerPool;
93 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java38 import com.sun.identity.common.TimerPool;
60 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java53 import com.sun.identity.common.TimerPool;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java36 import com.sun.identity.common.TimerPool;
H A DFSAssertionManager.java35 import com.sun.identity.common.TimerPool;
251 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java56 import com.sun.identity.common.TimerPool;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java47 import com.sun.identity.common.TimerPool;
234 private transient TimerPool timerPool = null;
589 * Cancel the scheduled run of this task from TimerPool.
620 * Schedule this task to TimerPool according to the current state.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java38 import com.sun.identity.common.TimerPool;
254 TimerPool pool = SystemTimerPool.getTimerPool();
H A DFSSessionManager.java39 import com.sun.identity.common.TimerPool;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java64 import com.sun.identity.common.TimerPool;
140 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java37 import com.sun.identity.common.TimerPool;
154 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java39 import com.sun.identity.common.TimerPool;
156 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java66 import com.sun.identity.common.TimerPool;
142 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java34 import com.sun.identity.common.TimerPool;

Completed in 76 milliseconds

12