org.wso2.mercury.workers
Class InvokerWorker

java.lang.Object
  extended by org.wso2.mercury.workers.InvokerWorker
All Implemented Interfaces:
java.lang.Runnable

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

invoker worker works on the Invoker buffer to invoke the messages in correct order.


Field Summary
static long INVOKER_WORKER_SLEEP_TIME
           
 
Constructor Summary
InvokerWorker(InvokerBuffer invokerBuffer)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVOKER_WORKER_SLEEP_TIME

public static long INVOKER_WORKER_SLEEP_TIME
Constructor Detail

InvokerWorker

public InvokerWorker(InvokerBuffer invokerBuffer)
Method Detail

run

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


~~~~~~~~~~~~~~~~~~~ Mercury ~~~~~~~~~~~~~~~~~~~~~