EDU.oswego.cs.dl.util.concurrent
protected static class: ThreadFactoryUser.DefaultThreadFactory [javadoc |
source]
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ThreadFactoryUser$DefaultThreadFactory
All Implemented Interfaces:
ThreadFactory
Method from EDU.oswego.cs.dl.util.concurrent.ThreadFactoryUser$DefaultThreadFactory Summary: |
---|
newThread |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from EDU.oswego.cs.dl.util.concurrent.ThreadFactoryUser$DefaultThreadFactory Detail: |
public Thread newThread(Runnable command) {
return new Thread(command);
}
|