org.exoplatform.services.threadpool.impl
Class DefaultThreadFactory

java.lang.Object
  extended by org.exoplatform.services.threadpool.impl.DefaultThreadFactory
All Implemented Interfaces:
ThreadFactoryIF

public class DefaultThreadFactory
extends java.lang.Object
implements ThreadFactoryIF

This is a default thread factory that creates vanilla threads.


Constructor Summary
DefaultThreadFactory()
           
 
Method Summary
 java.lang.Thread createThread(java.lang.Runnable r)
          Return a Thread that runs the given Runnable object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadFactory

public DefaultThreadFactory()
Method Detail

createThread

public java.lang.Thread createThread(java.lang.Runnable r)
Return a Thread that runs the given Runnable object.

Specified by:
createThread in interface ThreadFactoryIF


Copyright © 2012 eXo Platform SAS. All Rights Reserved.