public class ThreadPool extends Object
Constructor and Description |
---|
ThreadPool(Configuration configuration,
String threadNamePrefix,
ConsumerFactory factory,
int max_threads,
int max_idle_threads) |
Modifier and Type | Method and Description |
---|---|
protected Object |
getJob() |
void |
putJob(Object job) |
void |
shutdown()
shutdown will shutdown the pool. |
public ThreadPool(Configuration configuration, String threadNamePrefix, ConsumerFactory factory, int max_threads, int max_idle_threads)
Copyright © 2016 JacORB. All rights reserved.