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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSProxy.java56 private volatile boolean isShutdownCalled = false; field in class:JSSProxy
125 isShutdownCalled = true;
170 if (isShutdownCalled) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java89 private static volatile boolean isShutdownCalled = false; field in class:EventService
151 if (isShutdownCalled) {
204 isShutdownCalled = true;
212 return isRunning && !isShutdownCalled;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java95 private static volatile boolean isShutdownCalled = false; field in class:EventService
158 if (isShutdownCalled) {
220 isShutdownCalled = true;
233 return isRunning && !isShutdownCalled;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java145 public static boolean isShutdownCalled() { method in class:IdServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java145 public static boolean isShutdownCalled() { method in class:IdServicesImpl

Completed in 45 milliseconds