net.sf.jbaobab.thread
Class ManagedThreadFactory.ManagedRunnable

java.lang.Object
  extended by net.sf.jbaobab.thread.ManagedThreadFactory.ManagedRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ManagedThreadFactory

public class ManagedThreadFactory.ManagedRunnable
extends Object
implements Runnable


Constructor Summary
protected ManagedThreadFactory.ManagedRunnable(Runnable runnable)
           
protected ManagedThreadFactory.ManagedRunnable(Runnable runnable, RunnableManager manager)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedThreadFactory.ManagedRunnable

protected ManagedThreadFactory.ManagedRunnable(Runnable runnable,
                                               RunnableManager manager)

ManagedThreadFactory.ManagedRunnable

protected ManagedThreadFactory.ManagedRunnable(Runnable runnable)
Method Detail

run

public void run()
Specified by:
run in interface Runnable