org.apache.axis2.transport.http.server
Class DefaultThreadFactory

java.lang.Object
  extended by org.apache.axis2.transport.http.server.DefaultThreadFactory
All Implemented Interfaces:
edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory

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


Constructor Summary
DefaultThreadFactory(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

DefaultThreadFactory

public DefaultThreadFactory(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.