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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.java58 public class ThreadPoolImpl implements ThreadPool class in inherits:ThreadPool
116 public ThreadPoolImpl(ThreadGroup tg, String threadpoolName) { method in class:ThreadPoolImpl
129 public ThreadPoolImpl(String threadpoolName) { method in class:ThreadPoolImpl
136 public ThreadPoolImpl(int minSize, int maxSize, long timeout, method in class:ThreadPoolImpl
203 return new Long(ThreadPoolImpl.this.currentNumberOfThreads());
211 return new Long(ThreadPoolImpl.this.numberOfAvailableThreads());
219 return new Long(ThreadPoolImpl.this.numberOfBusyThreads());
227 return new Long(ThreadPoolImpl.this.averageWorkCompletionTime());
235 return new Long(ThreadPoolImpl.this.currentProcessedCount());
436 return ThreadPoolImpl
[all...]

Completed in 39 milliseconds