org.apache.axis2.transport.base.threads
Class WorkerPoolFactory

java.lang.Object
  extended by org.apache.axis2.transport.base.threads.WorkerPoolFactory

public class WorkerPoolFactory
extends java.lang.Object

Worker pool factory. For the moment this always creates NativeWorkerPool instances since we assume that we are running on Java 1.5 or above.


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 © 2004-2009 The Apache Software Foundation. All Rights Reserved.