biz.onixs.fix.engine
Class SessionState

java.lang.Object
  extended by biz.onixs.fix.engine.SessionState

public class SessionState
extends Object

Session state.


Field Summary
static SessionState AWAIT_CONFIRMING_LOGON
          Session-initiator is waiting for the confirming logon from the counterparty (acceptor).
static SessionState AWAIT_CONFIRMING_LOGOUT
          Session is waiting for the confirming logout from the counterparty.
static SessionState AWAIT_LOGON
          Session-acceptor is waiting for the initial logon from the counterparty (initiator).
static SessionState DISCONNECTED
          Session is disconnected.
static SessionState ESTABLISHED
          Session is fully established.
static SessionState RECONNECTING
          Session-initiator is trying to restore the telecommunication link.
static SessionState WAIT_FOR_RETRANSMISSION
          Session is waiting for the message retransmission from the counterparty.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DISCONNECTED

public static final SessionState DISCONNECTED
Session is disconnected.


AWAIT_LOGON

public static final SessionState AWAIT_LOGON
Session-acceptor is waiting for the initial logon from the counterparty (initiator).


AWAIT_CONFIRMING_LOGON

public static final SessionState AWAIT_CONFIRMING_LOGON
Session-initiator is waiting for the confirming logon from the counterparty (acceptor).


AWAIT_CONFIRMING_LOGOUT

public static final SessionState AWAIT_CONFIRMING_LOGOUT
Session is waiting for the confirming logout from the counterparty.


ESTABLISHED

public static final SessionState ESTABLISHED
Session is fully established.


RECONNECTING

public static final SessionState RECONNECTING
Session-initiator is trying to restore the telecommunication link.


WAIT_FOR_RETRANSMISSION

public static final SessionState WAIT_FOR_RETRANSMISSION
Session is waiting for the message retransmission from the counterparty.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.