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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java234 private transient TimerPool timerPool = null; field in class:InternalSession
380 timerPool = SystemTimerPool.getTimerPool();
556 if (timerPool != null) {
558 timerPool.schedule(this, new Date((timedOutAt +
567 if (timerPool != null) {
569 timerPool.schedule(this, new Date((timedOutAt +
575 if (timerPool != null) {
576 timerPool.schedule(this, new Date(((
623 if (timerPool != null) {
641 timerPool
[all...]

Completed in 23 milliseconds