Uses of Package
org.wso2.mercury.state

Packages that use org.wso2.mercury.state
org.wso2.mercury.state   
org.wso2.mercury.workers   
 

Classes in org.wso2.mercury.state used by org.wso2.mercury.state
Axis2Info
          this is a wrapper class to keep all the details about the wso2 envirionment to send the messages.
InvokerBuffer
          this provides the exactly one inorder delivery used to buffer the incomming messages so that later it can invoke in correct order the state of the invoker buffer is determined by the following variables LMR - last message received MIB - messages in the buffer TMR - terminate message received

these three variables forms possible 8 states but states 001,100,101 can be considered as one complete sate.

RMDSequence
          this class keeps the sates of the RMD state of the RMD is basically determine by two factors for this model FMR - first message received.
RMSSequence
          this class is used to keep the RMS sequence.
 

Classes in org.wso2.mercury.state used by org.wso2.mercury.workers
InvokerBuffer
          this provides the exactly one inorder delivery used to buffer the incomming messages so that later it can invoke in correct order the state of the invoker buffer is determined by the following variables LMR - last message received MIB - messages in the buffer TMR - terminate message received

these three variables forms possible 8 states but states 001,100,101 can be considered as one complete sate.

RMDSequence
          this class keeps the sates of the RMD state of the RMD is basically determine by two factors for this model FMR - first message received.
RMSSequence
          this class is used to keep the RMS sequence.
 



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