Searched refs:JSSThreadPool (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java25 * $Id: JSSThreadPool.java,v 1.3 2008/06/25 05:41:34 qcheng Exp $
32 public class JSSThreadPool { class
60 public JSSThreadPool(String name, int poolSize, boolean daemon, Debug debug) { method in class:JSSThreadPool
214 private JSSThreadPool pool;
218 public WorkerThread(String name, JSSThreadPool pool) {
H A DJSSProxy.java53 public static JSSThreadPool threadPool;
65 threadPoolSize = JSSThreadPool.DEFAULT_THREAD_POOL_SIZE;
69 debug.message("JSSThreadPool size = " + threadPoolSize);
72 threadPool = new JSSThreadPool("amJSS", threadPoolSize, false,

Completed in 29 milliseconds