Searched refs:thrdPool (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java41 private ThreadPool thrdPool; field in class:EntitlementThreadPool
45 thrdPool = new ThreadPool("entitlementThreadPool", size);
49 thrdPool.shutdown();
50 thrdPool = null;
57 if (thrdPool != null) {
59 thrdPool.run(task);
H A DPrivilegeChangeNotifier.java91 private static EntitlementThreadPool thrdPool = field in class:PrivilegeChangeNotifier
123 thrdPool.submit(new Task(adminSubject, url.toString(), json));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java41 private ThreadPool thrdPool; field in class:EntitlementThreadPool
45 thrdPool = new ThreadPool("entitlementThreadPool", size);
49 thrdPool.shutdown();
50 thrdPool = null;
57 if (thrdPool != null) {
59 thrdPool.run(task);
H A DPrivilegeChangeNotifier.java96 private static EntitlementThreadPool thrdPool = field in class:PrivilegeChangeNotifier
128 thrdPool.submit(new Task(adminSubject, url.toString(), json));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSThreadPool.java48 private static ThreadPool thrdPool; field in class:SMSThreadPool
90 if (thrdPool != null) {
92 thrdPool = new ThreadPool("smIdmThreadPool",
97 thrdPool.shutdown();
105 thrdPool = new ThreadPool("smIdmThreadPool",
110 thrdPool.shutdown();
135 thrdPool.run(task);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSThreadPool.java48 private static ThreadPool thrdPool; field in class:SMSThreadPool
90 if (thrdPool != null) {
92 thrdPool = new ThreadPool("smIdmThreadPool",
97 thrdPool.shutdown();
105 thrdPool = new ThreadPool("smIdmThreadPool",
110 thrdPool.shutdown();
135 thrdPool.run(task);

Completed in 58 milliseconds