Searched defs:threadPool (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java69 private static IThreadPool threadPool = new EntitlementThreadPool(4); field in class:Notifier
74 threadPool.submit(new Notifier(action, params));
H A DOpenSSOIndexStore.java88 private static IThreadPool threadPool; field in class:OpenSSOIndexStore
123 threadPool = (isMultiThreaded) ? new EntitlementThreadPool(
436 threadPool.submit(new SearchTask(iterator, indexes, subjectIndexes, bSubTree, setDNs));
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerPool.java35 private ThreadPool threadPool = null; //configured on first-use by #initPollerPool() field in class:SessionPollerPool
110 threadPool = new ThreadPool("amSessionPoller", poolSize, threshold, true, debug);
114 threadPool.shutdown();
115 threadPool = null;
130 return threadPool;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPollerPool.java48 private ThreadPool threadPool = null; //configured on first-use by #initPollerPool() field in class:SessionPollerPool
123 threadPool = new ThreadPool("amSessionPoller", poolSize, threshold, true, debug);
127 threadPool.shutdown();
128 threadPool = null;
143 return threadPool;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationSender.java75 private final ThreadPool threadPool; field in class:SessionNotificationSender
95 threadPool = new ThreadPool(THREAD_POOL_NAME, serviceConfig.getNotificationThreadPoolSize(),
100 threadPool.shutdown();
111 return threadPool.getCurrentSize();
137 threadPool.run(sns);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSProxy.java53 public static JSSThreadPool threadPool; field in class:JSSProxy
72 threadPool = new JSSThreadPool("amJSS", threadPoolSize, false,
96 if (threadPool != null) {
97 threadPool.shutdown();
161 threadPool.run(p);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java47 private final ExecutorService threadPool; field in class:ThreadPoolScriptEvaluator
56 * @param threadPool the thread pool to use for evaluating scripts. Not null.
61 final ExecutorService threadPool,
63 Reject.ifNull(scriptEngineManager, threadPool, delegate);
66 this.threadPool = threadPool;
69 scriptEngineManager.addConfigurationListener(new ThreadPoolConfigurator(threadPool));
88 final Future<T> future = threadPool.submit(new ScriptExecutorTask<T>(script, bindings));
60 ThreadPoolScriptEvaluator(final StandardScriptEngineManager scriptEngineManager, final ExecutorService threadPool, final ScriptEvaluator delegate) argument
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java47 private final ExecutorService threadPool; field in class:ThreadPoolScriptEvaluator
56 * @param threadPool the thread pool to use for evaluating scripts. Not null.
61 final ExecutorService threadPool,
63 Reject.ifNull(scriptEngineManager, threadPool, delegate);
66 this.threadPool = threadPool;
69 scriptEngineManager.addConfigurationListener(new ThreadPoolConfigurator(threadPool));
88 final Future<T> future = threadPool.submit(new ScriptExecutorTask<T>(script, bindings));
60 ThreadPoolScriptEvaluator(final StandardScriptEngineManager scriptEngineManager, final ExecutorService threadPool, final ScriptEvaluator delegate) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionNotificationSender.java70 private final ThreadPool threadPool; field in class:SessionNotificationSender
84 threadPool = new ThreadPool(THREAD_POOL_NAME, serviceConfig.getNotificationThreadPoolSize(),
89 threadPool.shutdown();
100 return threadPool.getCurrentSize();
126 threadPool.run(sns);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeEvaluator.java78 private static final IThreadPool threadPool; field in class:PrivilegeEvaluator
98 threadPool = isMultiThreaded ? new EntitlementThreadPool(evalThreadSize) : new SequentialThreadPool();
320 threadPool.submit(new PrivilegeTask(this, copiedBatch, isMultiThreaded, appToken, context));
327 threadPool.submit(new PrivilegeTask(this, threadBatch, isMultiThreaded, appToken, context));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeEvaluator.java84 private static final IThreadPool threadPool; field in class:PrivilegeEvaluator
103 threadPool = isMultiThreaded ? new EntitlementThreadPool(evalThreadSize) : new SequentialThreadPool();
325 threadPool.submit(new PrivilegeTask(this, copiedBatch, isMultiThreaded, appToken, context));
332 threadPool.submit(new PrivilegeTask(this, threadBatch, isMultiThreaded, appToken, context));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java94 private static IThreadPool threadPool; field in class:OpenSSOIndexStore
128 threadPool = (isMultiThreaded) ? new EntitlementThreadPool(
438 threadPool.submit(new SearchTask(iterator, indexes, subjectIndexes, bSubTree, setDNs));
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 114 milliseconds