org.jacorb.util.threadpool
Class ConsumerTie

java.lang.Object
  extended byorg.jacorb.util.threadpool.ConsumerTie
All Implemented Interfaces:
java.lang.Runnable

public class ConsumerTie
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ConsumerTie(ThreadPool pool, Consumer delegate)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerTie

public ConsumerTie(ThreadPool pool,
                   Consumer delegate)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable