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

java.lang.Object
  extended by org.apache.axis2.transport.http.server.DefaultThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DefaultThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
DefaultThreadFactory(ThreadGroup group, String namePrefix)
           
 
Method Summary
 Thread newThread(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(ThreadGroup group,
                            String namePrefix)
Method Detail

newThread

public Thread newThread(Runnable runnable)
Specified by:
newThread in interface ThreadFactory


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.