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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java43 private volatile Executor threadPool; field in class:Engine
46 public Engine(String id, Executor threadPool) { argument
48 this.threadPool = threadPool;
55 public void setExecutor(Executor threadPool) { argument
56 this.threadPool = threadPool;
60 if(threadPool==null) {
62 threadPool = Executors.newCachedThreadPool(new DaemonThreadFactory());
65 threadPool
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java52 private ThreadPool threadPool; field in class:ThreadPoolManagerImpl
60 threadPool = new ThreadPoolImpl(threadGroup,
115 threadPool.close();
153 return threadPool;
167 return threadPool;
192 return threadPool;

Completed in 29 milliseconds