Searched refs:EntitlementThreadPool (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java25 * $Id: EntitlementThreadPool.java,v 1.1 2009/08/19 05:40:32 veiming Exp $
40 public class EntitlementThreadPool implements IThreadPool { class in inherits:IThreadPool
43 public EntitlementThreadPool(int size) { method in class:EntitlementThreadPool
61 PolicyConstants.DEBUG.error("EntitlementThreadPool.submit", e);
H A DPrivilegeChangeNotifier.java91 private static EntitlementThreadPool thrdPool =
92 new EntitlementThreadPool(POOL_SIZE);
H A DPrivilegeEvaluator.java98 threadPool = isMultiThreaded ? new EntitlementThreadPool(evalThreadSize) : new SequentialThreadPool();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java25 * $Id: EntitlementThreadPool.java,v 1.1 2009/08/19 05:40:32 veiming Exp $
40 public class EntitlementThreadPool implements IThreadPool { class in inherits:IThreadPool
43 public EntitlementThreadPool(int size) { method in class:EntitlementThreadPool
61 PolicyConstants.DEBUG.error("EntitlementThreadPool.submit", e);
H A DPrivilegeChangeNotifier.java96 private static EntitlementThreadPool thrdPool =
97 new EntitlementThreadPool(POOL_SIZE);
H A DPrivilegeEvaluator.java103 threadPool = isMultiThreaded ? new EntitlementThreadPool(evalThreadSize) : new SequentialThreadPool();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java37 import com.sun.identity.entitlement.EntitlementThreadPool;
69 private static IThreadPool threadPool = new EntitlementThreadPool(4);
H A DOpenSSOIndexStore.java40 import com.sun.identity.entitlement.EntitlementThreadPool;
123 threadPool = (isMultiThreaded) ? new EntitlementThreadPool(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOIndexStore.java44 import com.sun.identity.entitlement.EntitlementThreadPool;
128 threadPool = (isMultiThreaded) ? new EntitlementThreadPool(

Completed in 38 milliseconds