Uses of Class
biz.onixs.fix.engine.SessionState

Packages that use SessionState
biz.onixs.fix.engine   
 

Uses of SessionState in biz.onixs.fix.engine
 

Fields in biz.onixs.fix.engine declared as SessionState
static SessionState SessionState.AWAIT_CONFIRMING_LOGON
          Session-initiator is waiting for the confirming logon from the counterparty (acceptor).
static SessionState SessionState.AWAIT_CONFIRMING_LOGOUT
          Session is waiting for the confirming logout from the counterparty.
static SessionState SessionState.AWAIT_LOGON
          Session-acceptor is waiting for the initial logon from the counterparty (initiator).
static SessionState SessionState.DISCONNECTED
          Session is disconnected.
static SessionState SessionState.ESTABLISHED
          Session is fully established.
protected  SessionState SessionImpl.previousState
           
static SessionState SessionState.RECONNECTING
          Session-initiator is trying to restore the telecommunication link.
protected  SessionState SessionImpl.state_
           
static SessionState SessionState.WAIT_FOR_RETRANSMISSION
          Session is waiting for the message retransmission from the counterparty.
 

Methods in biz.onixs.fix.engine that return SessionState
 SessionState Session.StateChangeArgs.getNewState()
          Returns new session state.
 SessionState SessionImpl.getPreviousState()
           
 SessionState Session.StateChangeArgs.getPrevState()
          Returns previous session state.
 SessionState SessionImpl.getState()
           
 SessionState Session.getState()
          Returns session's state.
 

Methods in biz.onixs.fix.engine with parameters of type SessionState
 void SessionImpl.changeState(SessionState state)
           
 void Session.StateChangeArgs.setNewState(SessionState newState)
          Sets new session state.
 void Session.StateChangeArgs.setPrevState(SessionState prevState)
          Sets previous session state.
 

Constructors in biz.onixs.fix.engine with parameters of type SessionState
Session.StateChangeArgs(SessionState newState, SessionState prevState)
           
 



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