Uses of Enum Class
com.epam.fixengine.SessionState
Packages that use SessionState
Package
Description
-
Uses of SessionState in com.btobits.fixaj.session
Methods in com.btobits.fixaj.session with parameters of type SessionStateModifier and TypeMethodDescriptionstatic SessionState
SessionState.getSessionStateBy
(SessionState sessionState) -
Uses of SessionState in com.epam.example.icetrade
Methods in com.epam.example.icetrade with parameters of type SessionState -
Uses of SessionState in com.epam.example.icetrade.engine
Methods in com.epam.example.icetrade.engine with parameters of type SessionStateModifier and TypeMethodDescriptionvoid
ICEListener.onChangeSessionState
(SessionState sessionState) void
ICETradeFacade.onSessionStateChange
(SessionState sessionState) -
Uses of SessionState in com.epam.fixengine
Methods in com.epam.fixengine that return SessionStateModifier and TypeMethodDescriptionFIXSession.getSessionState()
Returns session state.FIXSessionRuntimeState.getSessionState()
static SessionState
Returns the enum constant of this class with the specified name.static SessionState[]
SessionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.epam.fixengine with parameters of type SessionStateModifier and TypeMethodDescriptionstatic 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.void
FIXSessionRuntimeState.setSessionState
(SessionState sessionState) -
Uses of SessionState in com.epam.fixengine.session
Methods in com.epam.fixengine.session that return SessionStateMethods in com.epam.fixengine.session with parameters of type SessionStateModifier and TypeMethodDescriptionvoid
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 SessionStateModifier and TypeMethodDescriptionvoid
HandlerChain.onSessionStateChange
(SessionState sessionState) -
Uses of SessionState in com.epam.ice
Methods in com.epam.ice with parameters of type SessionStateModifier and TypeMethodDescriptionvoid
ICETradeCapture.onSessionStateChange
(SessionState sessionState)