org.jactr.core.concurrent
Class SafeExecutorThreadFactory

java.lang.Object
  extended by org.jactr.core.concurrent.SafeExecutorThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class SafeExecutorThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

Author:
developer

Constructor Summary
SafeExecutorThreadFactory(SafeExecutorService service, java.util.concurrent.ThreadFactory delegate)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeExecutorThreadFactory

public SafeExecutorThreadFactory(SafeExecutorService service,
                                 java.util.concurrent.ThreadFactory delegate)
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable arg0)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory
See Also:
ThreadFactory.newThread(java.lang.Runnable)