quamj.qps.plugins.oci_qiop
Class ReceiverStateMachine
java.lang.Object
|
+--quamj.qps.plugins.oci_qiop.ReceiverStateMachine
- public class ReceiverStateMachine
- extends java.lang.Object
Constructor Summary |
ReceiverStateMachine(Binding binding,
java.lang.String receiver_addr,
int receiver_port,
UpcallListener upcallListener,
SessionFactory sessionFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ReceiverStateMachine
public ReceiverStateMachine(Binding binding,
java.lang.String receiver_addr,
int receiver_port,
UpcallListener upcallListener,
SessionFactory sessionFactory)
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()