Searched refs:shutdownCalled (Results 1 - 18 of 18) 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/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-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java149 shutdownCalled = true;
H A DIdServicesImpl.java103 protected static volatile boolean shutdownCalled; field in class:IdServicesImpl
127 shutdownCalled = true;
146 return shutdownCalled;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java151 shutdownCalled = true;
H A DIdServicesImpl.java103 protected static volatile boolean shutdownCalled; field in class:IdServicesImpl
127 shutdownCalled = true;
146 return shutdownCalled;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java805 assertTrue(InvocationCounterPlugin.shutdownCalled());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java770 assertTrue(InvocationCounterPlugin.shutdownCalled());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java805 assertTrue(InvocationCounterPlugin.shutdownCalled());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java770 assertTrue(InvocationCounterPlugin.shutdownCalled());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java894 assertTrue(InvocationCounterPlugin.shutdownCalled());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestCaseUtils.java745 assertTrue(InvocationCounterPlugin.shutdownCalled());

Completed in 110 milliseconds