ipipan.spejd.processing
Class ProcessingThreadsFactory

java.lang.Object
  extended by ipipan.spejd.processing.ProcessingThreadsFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

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


Constructor Summary
ProcessingThreadsFactory(java.lang.Object lock, Config conf)
           
 
Method Summary
 ProcessingThread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingThreadsFactory

public ProcessingThreadsFactory(java.lang.Object lock,
                                Config conf)
Method Detail

newThread

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