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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java143 private static TaskRunnable goThroughRunnable; field in class:AssertionManager
248 goThroughRunnable = new GoThroughRunnable(cleanUpInterval);
250 timerPool.schedule(goThroughRunnable, new Date(((
427 goThroughRunnable.addElement(aID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java145 private static TaskRunnable goThroughRunnable; field in class:AssertionManager
250 goThroughRunnable = new GoThroughRunnable(cleanUpInterval);
252 timerPool.schedule(goThroughRunnable, new Date(((
429 goThroughRunnable.addElement(aID);

Completed in 40 milliseconds