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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java570 private boolean beingNotified; field in class:TimerPool.Scheduler
582 this.beingNotified = false;
596 this.beingNotified = true;
631 if (beingNotified) {
632 beingNotified = false;
638 if (beingNotified) {
639 beingNotified = false;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java570 private boolean beingNotified; field in class:TimerPool.Scheduler
582 this.beingNotified = false;
596 this.beingNotified = true;
631 if (beingNotified) {
632 beingNotified = false;
638 if (beingNotified) {
639 beingNotified = false;

Completed in 203 milliseconds