org.wso2.mercury.workers
Class RMDSequenceWorker

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

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

this is the worker for the RMDSequence. this worker polles the RMDSequence and do ncessary actions according to the state.


Field Summary
static long SEQUENCE_WORKER_SLEEP_TIME
           
 
Constructor Summary
RMDSequenceWorker(RMDSequence rmdSequence)
           
 
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

RMDSequenceWorker

public RMDSequenceWorker(RMDSequence rmdSequence)
Method Detail

run

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


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