quamj.qps.plugins.oci_qiop
Class ReceiverStateMachine

java.lang.Object
  |
  +--quamj.qps.plugins.oci_qiop.ReceiverStateMachine

public class ReceiverStateMachine
extends java.lang.Object


Field Summary
static int CALCULATE
           
static int DESTROYED
           
static int eCALC_COMPLETE
           
static int eCONFIRM
           
static int eERROR
           
static int eEXPIRED
           
static int eINITIALIZE
           
static int ePATH
           
static int eTEAR
           
static int INITIALIZED
           
static int MAX_EVENT_VALUE
           
static int MIN_EVENT_VALUE
           
static int[][] StateTransitionRules
           
static int SUCCESSFUL
           
static int UNSUCCESSFUL
           
static int WAITING
           
static int WAITING_INTERVAL
           
 
Constructor Summary
ReceiverStateMachine(Binding binding, java.lang.String receiver_addr, int receiver_port, UpcallListener upcallListener, SessionFactory sessionFactory)
           
 
Method Summary
 void CONFIRM()
           
 void ERROR()
           
 void EXPIRED()
           
 int getState()
           
 boolean INITIALIZE()
           
 void PATH(TSpec tspec, AdSpec adspec)
           
 void TEAR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIALIZED

public static final int INITIALIZED
See Also:
Constant Field Values

CALCULATE

public static final int CALCULATE
See Also:
Constant Field Values

SUCCESSFUL

public static final int SUCCESSFUL
See Also:
Constant Field Values

UNSUCCESSFUL

public static final int UNSUCCESSFUL
See Also:
Constant Field Values

WAITING

public static final int WAITING
See Also:
Constant Field Values

DESTROYED

public static final int DESTROYED
See Also:
Constant Field Values

MIN_EVENT_VALUE

public static final int MIN_EVENT_VALUE
See Also:
Constant Field Values

eINITIALIZE

public static final int eINITIALIZE
See Also:
Constant Field Values

ePATH

public static final int ePATH
See Also:
Constant Field Values

eTEAR

public static final int eTEAR
See Also:
Constant Field Values

eERROR

public static final int eERROR
See Also:
Constant Field Values

eEXPIRED

public static final int eEXPIRED
See Also:
Constant Field Values

eCALC_COMPLETE

public static final int eCALC_COMPLETE
See Also:
Constant Field Values

eCONFIRM

public static final int eCONFIRM
See Also:
Constant Field Values

MAX_EVENT_VALUE

public static final int MAX_EVENT_VALUE
See Also:
Constant Field Values

StateTransitionRules

public static final int[][] StateTransitionRules

WAITING_INTERVAL

public static final int WAITING_INTERVAL
See Also:
Constant Field Values
Constructor Detail

ReceiverStateMachine

public ReceiverStateMachine(Binding binding,
                            java.lang.String receiver_addr,
                            int receiver_port,
                            UpcallListener upcallListener,
                            SessionFactory sessionFactory)
Method Detail

getState

public int getState()

INITIALIZE

public boolean INITIALIZE()

PATH

public void PATH(TSpec tspec,
                 AdSpec adspec)

EXPIRED

public void EXPIRED()

ERROR

public void ERROR()

TEAR

public void TEAR()

CONFIRM

public void CONFIRM()