quamj.qps.plugins.oci_qiop
Class SenderStateMachine

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

public class SenderStateMachine
extends java.lang.Object


Field Summary
static int DESTROYED
           
static int eERROR
           
static int eEXPIRED
           
static int eINITIALIZE
           
static int ePATH
           
static int eRESERVE
           
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
SenderStateMachine(Binding binding, java.lang.String sender_addr, int sender_port, UpcallListener upcallListener, SessionFactory sessionFactory)
           
 
Method Summary
 void ERROR()
           
 void EXPIRED()
           
 int getState()
           
 boolean INITIALIZE()
           
 void PATH(quamj.iiop_rsvpd.TSpec tspec, quamj.iiop_rsvpd.RSpec rspec)
           
 void RESERVE()
           
 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

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

eRESERVE

public static final int eRESERVE
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

SenderStateMachine

public SenderStateMachine(Binding binding,
                          java.lang.String sender_addr,
                          int sender_port,
                          UpcallListener upcallListener,
                          SessionFactory sessionFactory)
Method Detail

getState

public int getState()

INITIALIZE

public boolean INITIALIZE()

PATH

public void PATH(quamj.iiop_rsvpd.TSpec tspec,
                 quamj.iiop_rsvpd.RSpec rspec)

EXPIRED

public void EXPIRED()

ERROR

public void ERROR()

TEAR

public void TEAR()

RESERVE

public void RESERVE()