org.apache.axis2.transport.nhttp.util
Class BackportWorkerPool.BackportThreadFactory

java.lang.Object
  extended by org.apache.axis2.transport.nhttp.util.BackportWorkerPool.BackportThreadFactory
All Implemented Interfaces:
edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
Enclosing class:
BackportWorkerPool

public class BackportWorkerPool.BackportThreadFactory
extends java.lang.Object
implements edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory

This is a simple ThreadFactory implementation using java.util.concurrent Creates threads with the given name prefix


Constructor Summary
BackportWorkerPool.BackportThreadFactory(java.lang.ThreadGroup group, java.lang.String namePrefix)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackportWorkerPool.BackportThreadFactory

public BackportWorkerPool.BackportThreadFactory(java.lang.ThreadGroup group,
                                                java.lang.String namePrefix)
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable runnable)
Specified by:
newThread in interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory


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