org.exoplatform.services.threadpool.impl
Class DefaultThreadFactory
java.lang.Object
org.exoplatform.services.threadpool.impl.DefaultThreadFactory
- All Implemented Interfaces:
- ThreadFactoryIF
public class DefaultThreadFactory
- extends Object
- implements ThreadFactoryIF
This is a default thread factory that creates vanilla threads.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadFactory
public DefaultThreadFactory()
createThread
public Thread createThread(Runnable r)
- Return a Thread that runs the given Runnable object.
- Specified by:
createThread in interface ThreadFactoryIF
Copyright © 2009 eXo Platform SAS. All Rights Reserved.