org.apache.activemq.apollo.util
Class ApolloThreadPool

java.lang.Object
  extended by org.apache.activemq.apollo.util.ApolloThreadPool

public class ApolloThreadPool
extends java.lang.Object

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

Author:
Hiram Chirino

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

POOL_SIZE

public static final int POOL_SIZE

INSTANCE

public static final java.util.concurrent.ThreadPoolExecutor INSTANCE
Constructor Detail

ApolloThreadPool

public ApolloThreadPool()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.