Searched refs:SystemTimerPool (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam/openam-time-travel/src/main/java/org/forgerock/openam/temper/
H A DTimeTravelTimeService.java20 import com.sun.identity.common.SystemTimerPool;
56 if (t.getName().equals(SystemTimerPool.SCHEDULER_NAME) || t.getName().equals(SystemTimer.SCHEDULER_NAME)) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DPDPCache.java31 import com.sun.identity.common.SystemTimerPool;
68 /* Schedule the periodic containers to SystemTimerPool. */
70 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionCuller.java31 import com.sun.identity.common.SystemTimerPool;
113 SystemTimerPool.getTimerPool().schedule(this, new Date(timeoutTime));
157 SystemTimerPool.getTimerPool().schedule(this, new Date(expectedTime));
190 SystemTimerPool.getTimerPool().schedule(this, new Date(expectedTime));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java32 import com.sun.identity.common.SystemTimerPool;
38 /* Schedule the periodic containers to SystemTimerPool. */
40 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpScheduler.java35 import com.sun.identity.common.SystemTimerPool;
41 /* Schedule the periodic containers to SystemTimerPool. */
43 TimerPool pool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java42 import com.sun.identity.common.SystemTimerPool;
73 SystemTimerPool.getTimerPool().schedule(assertionByIDCache,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java44 import com.sun.identity.common.SystemTimerPool;
75 SystemTimerPool.getTimerPool().schedule(assertionByIDCache,
/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 "
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionCache.java29 import com.sun.identity.common.SystemTimerPool;
195 SystemTimerPool.getTimerPool().schedule(session, new Date(session.getPurgeAt()));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java22 import com.sun.identity.common.SystemTimerPool;
232 SystemTimerPool.getTimerPool().schedule(retryTask,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java52 import com.sun.identity.common.SystemTimerPool;
386 SystemTimerPool.getTimerPool().schedule(this, new Date(expectedTime));
429 SystemTimerPool.getTimerPool().schedule(this, new Date(purgeAt));
440 SystemTimerPool.getTimerPool().schedule(this, new Date(expectedTime));
856 SystemTimerPool.getTimerPool().schedule(this, new Date(timeoutTime));
866 SystemTimerPool.getTimerPool().schedule(this, new Date(timeoutTime));
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java51 import com.sun.identity.common.SystemTimerPool;
149 SystemTimerPool.getTimerPool().schedule((TaskRunnable) challengeMap,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java35 import com.sun.identity.common.SystemTimerPool;
588 SystemTimerPool.getTimerPool().schedule(cRunnable, new Date(
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java59 import com.sun.identity.common.SystemTimerPool;
260 SystemTimerPool.getTimerPool().schedule(retryTask,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java54 import com.sun.identity.common.SystemTimerPool;
152 SystemTimerPool.getTimerPool().schedule((TaskRunnable) challengeMap,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/coretoken/spi/
H A DOpenSSOCoreTokenStore.java34 import com.sun.identity.common.SystemTimerPool;
91 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUtils.java60 import com.sun.identity.common.SystemTimerPool;
234 SystemTimerPool.getTimerPool().schedule((TaskRunnable) messageIDMap,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java40 import com.sun.identity.common.SystemTimerPool;
61 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/coretoken/spi/
H A DOpenSSOCoreTokenStore.java36 import com.sun.identity.common.SystemTimerPool;
93 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java38 import com.sun.identity.common.SystemTimerPool;
591 SystemTimerPool.getTimerPool().schedule(cRunnable, new Date(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUtils.java66 import com.sun.identity.common.SystemTimerPool;
236 SystemTimerPool.getTimerPool().schedule((TaskRunnable) messageIDMap,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java39 import com.sun.identity.common.SystemTimerPool;
60 TimerPool timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java45 import com.sun.identity.common.SystemTimerPool;
380 timerPool = SystemTimerPool.getTimerPool();
1847 timerPool = SystemTimerPool.getTimerPool();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java41 import com.sun.identity.common.SystemTimerPool;
587 SystemTimerPool.getTimerPool().schedule(nr, new Date(

Completed in 166 milliseconds

12