|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.util.ApolloThreadPool
public class ApolloThreadPool
Holds a singleton instance to a cached thread pool that can be used to execute blocking tasks. The tasks must be independent of each other
Field Summary | |
---|---|
static java.util.concurrent.ThreadPoolExecutor |
INSTANCE
|
static int |
POOL_SIZE
|
Constructor Summary | |
---|---|
ApolloThreadPool()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int POOL_SIZE
public static final java.util.concurrent.ThreadPoolExecutor INSTANCE
Constructor Detail |
---|
public ApolloThreadPool()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |