|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.util.threadpool.DefaultThreadFactory
public class DefaultThreadFactory
This is a simple ThreadFactory implementation using java.util.concurrent Creates threads with the given name prefix
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 |
---|
public DefaultThreadFactory(java.lang.ThreadGroup group, java.lang.String namePrefix)
Method Detail |
---|
public java.lang.Thread newThread(java.lang.Runnable runnable)
newThread
in interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |