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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DTimeoutException.java26 package com.sun.corba.se.impl.orbutil.threadpool;
H A DThreadPoolManagerImpl.java26 package com.sun.corba.se.impl.orbutil.threadpool;
37 import com.sun.corba.se.spi.orbutil.threadpool.NoSuchThreadPoolException;
38 import com.sun.corba.se.spi.orbutil.threadpool.ThreadPool;
39 import com.sun.corba.se.spi.orbutil.threadpool.ThreadPoolManager;
40 import com.sun.corba.se.spi.orbutil.threadpool.ThreadPoolChooser;
42 import com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl;
144 * This method will return an instance of the threadpool given a threadpoolId,
157 * This method will return an instance of the threadpool given a numeric threadpoolId.
159 * dedicated threadpool for EJB beans
171 * This method is used to return the numeric id of the threadpool, give
[all...]
H A DWorkQueueImpl.java26 package com.sun.corba.se.impl.orbutil.threadpool;
30 import com.sun.corba.se.spi.orbutil.threadpool.ThreadPool;
31 import com.sun.corba.se.spi.orbutil.threadpool.Work;
32 import com.sun.corba.se.spi.orbutil.threadpool.WorkQueue;
35 import com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl;
H A DThreadPoolImpl.java26 package com.sun.corba.se.impl.orbutil.threadpool;
40 import com.sun.corba.se.spi.orbutil.threadpool.NoSuchWorkQueueException;
41 import com.sun.corba.se.spi.orbutil.threadpool.ThreadPool;
42 import com.sun.corba.se.spi.orbutil.threadpool.Work;
43 import com.sun.corba.se.spi.orbutil.threadpool.WorkQueue;
46 import com.sun.corba.se.impl.orbutil.threadpool.WorkQueueImpl;
77 // Stores the number of threads in the threadpool currently
80 // Minimum number of worker threads created at instantiation of the threadpool
83 // Maximum number of worker threads in the threadpool
89 // Indicates if the threadpool i
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DNoSuchThreadPoolException.java26 package com.sun.corba.se.spi.orbutil.threadpool;
H A DNoSuchWorkQueueException.java26 package com.sun.corba.se.spi.orbutil.threadpool;
H A DThreadPoolChooser.java26 package com.sun.corba.se.spi.orbutil.threadpool;
35 * ThreadPools would be specified by passing the threadpool-ids
43 * situations where the threadpool id is known to the caller e.g. by the
49 * This method is a convenience method to see what threadpool-ids are being
H A DWork.java26 package com.sun.corba.se.spi.orbutil.threadpool;
H A DThreadPoolManager.java26 package com.sun.corba.se.spi.orbutil.threadpool;
33 * This method will return an instance of the threadpool given a threadpoolId,
42 * This method will return an instance of the threadpool given a numeric threadpoolId.
44 * dedicated threadpool for EJB beans
52 * This method is used to return the numeric id of the threadpool, given a String
53 * threadpoolId. This is used by the POA interceptors to add the numeric threadpool
55 * dedicated threadpool for EJB beans
60 * Return a String Id for a numericId of a threadpool managed by the threadpool
H A DWorkQueue.java26 package com.sun.corba.se.spi.orbutil.threadpool;
H A DThreadPool.java26 package com.sun.corba.se.spi.orbutil.threadpool;
61 * This method will return the number of WorkQueues serviced by the threadpool.
66 * This method will return the minimum number of threads maintained by the threadpool.
71 * This method will return the maximum number of threads in the threadpool at any
72 * point in time, for the life of the threadpool
77 * This method will return the time in milliseconds when idle threads in the threadpool are
83 * This method will return the current number of threads in the threadpool. This method
89 * This method will return the number of available threads in the threadpool which are
95 * This method will return the number of busy threads in the threadpool
101 * This method returns the number of Work items processed by the threadpool
[all...]

Completed in 48 milliseconds