Uses of Class
com.epam.fixengine.SessionState

Packages that use SessionState
com.btobits.fixaj.session   
com.epam.example.icetrade   
com.epam.example.icetrade.engine   
com.epam.fixengine   
com.epam.fixengine.session   
com.epam.fixengine.session.messagehandler   
com.epam.ice   
 

Uses of SessionState in com.btobits.fixaj.session
 

Methods in com.btobits.fixaj.session with parameters of type SessionState
static SessionState SessionState.getSessionStateBy(SessionState sessionState)
           
 

Uses of SessionState in com.epam.example.icetrade
 

Methods in com.epam.example.icetrade with parameters of type SessionState
 void ICEClient.onChangeSessionState(SessionState sessionState)
           
 

Uses of SessionState in com.epam.example.icetrade.engine
 

Methods in com.epam.example.icetrade.engine with parameters of type SessionState
 void ICEListener.onChangeSessionState(SessionState sessionState)
           
 void ICETradeFacade.onSessionStateChange(SessionState sessionState)
           
 

Uses of SessionState in com.epam.fixengine
 

Methods in com.epam.fixengine that return SessionState
 SessionState FIXSession.getSessionState()
          Returns session state.
static SessionState SessionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionState[] SessionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.epam.fixengine with parameters of type SessionState
static boolean SessionState.isConnected(SessionState sessionState)
           
static boolean SessionState.isDisconnected(SessionState sessionState)
           
static boolean SessionState.isDisposed(SessionState sessionState)
           
static boolean SessionState.isNotDisconnected(SessionState sessionState)
           
 void FIXSessionListener.onSessionStateChange(SessionState sessionState)
          This method is invoked every time when Session is changed.
 

Uses of SessionState in com.epam.fixengine.session
 

Methods in com.epam.fixengine.session that return SessionState
 SessionState AbstractFIXSession.getSessionState()
           
 

Methods in com.epam.fixengine.session with parameters of type SessionState
 void AbstractFIXSession.setSessionState(SessionState sessionState)
           
 void ExtendedFIXSession.setSessionState(SessionState sessionState)
          Sets session state.
 void InitiatorFIXSession.setSessionState(SessionState sessionState)
           
 

Uses of SessionState in com.epam.fixengine.session.messagehandler
 

Methods in com.epam.fixengine.session.messagehandler with parameters of type SessionState
 void HandlerChain.onSessionStateChange(SessionState sessionState)
           
 

Uses of SessionState in com.epam.ice
 

Methods in com.epam.ice with parameters of type SessionState
 void ICETradeCapture.onSessionStateChange(SessionState sessionState)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.