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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DShutdownManager.java52 protected volatile boolean shutdownCalled; field in class:ShutdownManager
63 shutdownCalled = false;
89 if (shutdownCalled) {
207 shutdownCalled = true;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DShutdownManager.java52 protected volatile boolean shutdownCalled; field in class:ShutdownManager
63 shutdownCalled = false;
89 if (shutdownCalled) {
207 shutdownCalled = true;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java92 private static boolean shutdownCalled = false; field in class:InvocationCounterPlugin
1141 shutdownCalled = true;
1152 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1154 return shutdownCalled;
1165 shutdownCalled = false;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java91 private static boolean shutdownCalled = false; field in class:InvocationCounterPlugin
1140 shutdownCalled = true;
1151 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1153 return shutdownCalled;
1164 shutdownCalled = false;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java92 private static boolean shutdownCalled = false; field in class:InvocationCounterPlugin
1141 shutdownCalled = true;
1152 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1154 return shutdownCalled;
1165 shutdownCalled = false;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java91 private static boolean shutdownCalled = false; field in class:InvocationCounterPlugin
1140 shutdownCalled = true;
1151 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1153 return shutdownCalled;
1164 shutdownCalled = false;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java92 private static boolean shutdownCalled = false; field in class:InvocationCounterPlugin
1141 shutdownCalled = true;
1152 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1154 return shutdownCalled;
1165 shutdownCalled = false;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java103 protected static volatile boolean shutdownCalled; field in class:IdServicesImpl
127 shutdownCalled = true;
146 return shutdownCalled;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DInvocationCounterPlugin.java92 private static boolean shutdownCalled; field in class:InvocationCounterPlugin
1041 shutdownCalled = true;
1052 public static boolean shutdownCalled() method in class:InvocationCounterPlugin
1054 return shutdownCalled;
1065 shutdownCalled = false;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java103 protected static volatile boolean shutdownCalled; field in class:IdServicesImpl
127 shutdownCalled = true;
146 return shutdownCalled;

Completed in 547 milliseconds