org.wso2.mercury.workers
Class RMSSequenceWorker

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

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

there is a sender worker for each sequence they always look into the sequence and do the appropriate work.


Field Summary
static long SEQUENCE_WORKER_SLEEP_TIME
           
 
Constructor Summary
RMSSequenceWorker(RMSSequence rmsSequence)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEQUENCE_WORKER_SLEEP_TIME

public static long SEQUENCE_WORKER_SLEEP_TIME
Constructor Detail

RMSSequenceWorker

public RMSSequenceWorker(RMSSequence rmsSequence)
Method Detail

run

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


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