org.qi4j.library.scheduler
Class SchedulerService.ThreadFactory

java.lang.Object
  extended by org.qi4j.library.scheduler.SchedulerService.ThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory
Enclosing interface:
SchedulerService

public static class SchedulerService.ThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory


Constructor Summary
protected SchedulerService.ThreadFactory(SchedulerService me)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerService.ThreadFactory

protected SchedulerService.ThreadFactory(@This
                                         SchedulerService me)
Method Detail

newThread

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