Searched refs:terminate (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DManageNameIDRequest.java140 * @param terminate true to set this request as terminating request.
143 void setTerminate(boolean terminate) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DManageNameIDRequest.java143 * @param terminate true to set this request as terminating request.
146 void setTerminate(boolean terminate) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DManageNameIDRequestImpl.java59 private boolean terminate = false; field in class:ManageNameIDRequestImpl
171 terminate = true;
307 return terminate;
325 terminate = value;
364 (terminate == true)) {
404 if (terminate == true) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DManageNameIDRequestImpl.java59 private boolean terminate = false; field in class:ManageNameIDRequestImpl
171 terminate = true;
307 return terminate;
325 terminate = value;
364 (terminate == true)) {
404 if (terminate == true) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java196 t.terminate();
222 // terminate all the threads since the pass-in parameter of daemon may be
243 // terminate the thread from the beginning of the array
245 threads[i].terminate();
356 // terminate the thread pool when daemon is set to false
357 // it is better to have a way to terminate the thread pool
358 public synchronized void terminate() { method in class:ThreadPool.WorkerThread
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java145 t.terminate();
174 // terminate all the threads since the pass-in parameter of daemon may be
180 // terminate the thread from the beginning of the array
181 threads[i].terminate();
291 // terminate the thread pool when daemon is set to false
292 // it is better to have a way to terminate the thread pool
293 public synchronized void terminate() { method in class:JSSThreadPool.WorkerThread
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java196 t.terminate();
222 // terminate all the threads since the pass-in parameter of daemon may be
243 // terminate the thread from the beginning of the array
245 threads[i].terminate();
356 // terminate the thread pool when daemon is set to false
357 // it is better to have a way to terminate the thread pool
358 public synchronized void terminate() { method in class:ThreadPool.WorkerThread
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java189 scheduler.terminate();
202 t.terminate();
324 scheduler.terminate();
326 // terminate the thread from the beginning of the array
327 threads[i].terminate();
391 // terminate the thread pool when daemon is set to false
392 // it is better to have a way to terminate the thread pool
393 public synchronized void terminate() { method in class:TimerPool.WorkerThread
614 public synchronized void terminate() { method in class:TimerPool.Scheduler
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java189 scheduler.terminate();
202 t.terminate();
324 scheduler.terminate();
326 // terminate the thread from the beginning of the array
327 threads[i].terminate();
391 // terminate the thread pool when daemon is set to false
392 // it is better to have a way to terminate the thread pool
393 public synchronized void terminate() { method in class:TimerPool.WorkerThread
614 public synchronized void terminate() { method in class:TimerPool.Scheduler
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java119 thread.terminate();
178 public void terminate() { method in class:ThreadPool.WorkerThread
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java119 thread.terminate();
178 public void terminate() { method in class:ThreadPool.WorkerThread
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java93 taskServer.terminate();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java92 taskServer.terminate();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java93 taskServer.terminate();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java92 taskServer.terminate();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java93 taskServer.terminate();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/snmp/
H A DSNMPTrapManagerTest.java92 taskServer.terminate();
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DRadiusServerManager.java202 listener.terminate();
227 // shutting down so terminate the listener and thread pools
231 l.terminate();
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DRadiusServerManager.java202 listener.terminate();
227 // shutting down so terminate the listener and thread pools
231 l.terminate();
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequestListener.java185 public void terminate() { method in class:RadiusRequestListener
204 LOG.warning("InterruptedException caught while waiting for executorService to terminate.");
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequestListener.java144 // (which uses these objects) back up to this level to terminate the listener. Alternatively, we could pass
146 // listener's terminate method.
207 public void terminate() { method in class:RadiusRequestListener
226 LOG.warning("InterruptedException caught while waiting for executorService to terminate.");
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...

Completed in 140 milliseconds

12