org.apache.axis2.transport.http.server
Class DefaultThreadFactory
java.lang.Object
org.apache.axis2.transport.http.server.DefaultThreadFactory
- All Implemented Interfaces:
- edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
- public class DefaultThreadFactory
- extends Object
- implements edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadFactory
public DefaultThreadFactory(ThreadGroup group,
String namePrefix)
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory