org.apache.axis2.transport.nhttp.util
Class WorkerPoolFactory

java.lang.Object
  extended by org.apache.axis2.transport.nhttp.util.WorkerPoolFactory

public class WorkerPoolFactory
extends java.lang.Object

Dynamically select util.concurrent implemenation


Constructor Summary
WorkerPoolFactory()
           
 
Method Summary
static WorkerPool getWorkerPool(int core, int max, int keepAlive, int queueLength, java.lang.String threadGroupName, java.lang.String threadGroupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerPoolFactory

public WorkerPoolFactory()
Method Detail

getWorkerPool

public static WorkerPool getWorkerPool(int core,
                                       int max,
                                       int keepAlive,
                                       int queueLength,
                                       java.lang.String threadGroupName,
                                       java.lang.String threadGroupId)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.