|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacorb.util.threadpool.ThreadPool
public class ThreadPool
| Constructor Summary | |
|---|---|
ThreadPool(org.jacorb.config.Configuration configuration,
java.lang.String threadNamePrefix,
ConsumerFactory factory,
int max_threads,
int max_idle_threads)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getJob()
|
void |
putJob(java.lang.Object job)
|
void |
shutdown()
shutdown will shutdown the pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadPool(org.jacorb.config.Configuration configuration,
java.lang.String threadNamePrefix,
ConsumerFactory factory,
int max_threads,
int max_idle_threads)
| Method Detail |
|---|
protected java.lang.Object getJob()
public void putJob(java.lang.Object job)
public void shutdown()
shutdown will shutdown the pool.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||