Uses of Interface
org.exoplatform.services.threadpool.impl.ThreadFactoryIF

Packages that use ThreadFactoryIF
org.exoplatform.services.threadpool.impl   
 

Uses of ThreadFactoryIF in org.exoplatform.services.threadpool.impl
 

Classes in org.exoplatform.services.threadpool.impl that implement ThreadFactoryIF
 class DefaultThreadFactory
          This is a default thread factory that creates vanilla threads.
 

Methods in org.exoplatform.services.threadpool.impl that return ThreadFactoryIF
protected  ThreadFactoryIF ThreadPoolServiceImpl.getThreadFactory()
          Deprecated. Return the current thread factory object.
 

Methods in org.exoplatform.services.threadpool.impl with parameters of type ThreadFactoryIF
 void ThreadPoolServiceImpl.setThreadFactory(ThreadFactoryIF newValue)
          Deprecated. Set the object that will be used to create threads.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.