Searched refs:SWEEP_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java1234 private static final int SWEEP_INTERVAL = 60 * 1000; field in class:InteractionManager.InteractionCache
1237 PeriodicCleanUpMap cache = new PeriodicCleanUpMap(SWEEP_INTERVAL,
1249 + " SWEEP_INTERVAL = " + SWEEP_INTERVAL);
1255 new Date(((System.currentTimeMillis() + SWEEP_INTERVAL) / 1000)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java1237 private static final int SWEEP_INTERVAL = 60 * 1000; field in class:InteractionManager.InteractionCache
1240 PeriodicCleanUpMap cache = new PeriodicCleanUpMap(SWEEP_INTERVAL,
1252 + " SWEEP_INTERVAL = " + SWEEP_INTERVAL);
1258 new Date(((currentTimeMillis() + SWEEP_INTERVAL) / 1000)

Completed in 33 milliseconds