Uses of Class
com.btobits.fixaj.session.SessionState
Packages that use SessionState
-
Uses of SessionState in com.btobits.fixaj.events
Methods in com.btobits.fixaj.events that return SessionStateMethods in com.btobits.fixaj.events with parameters of type SessionStateModifier and TypeMethodDescriptionvoidCommonSessionStateListener.onSessionStateChange(SessionEvent event, SessionState state) voidSessionStateListener.onSessionStateChange(SessionState state) Constructors in com.btobits.fixaj.events with parameters of type SessionState -
Uses of SessionState in com.btobits.fixaj.session
Fields in com.btobits.fixaj.session declared as SessionStateModifier and TypeFieldDescriptionstatic final SessionStateSessionState.CONNECTEDstatic final SessionStateSessionState.CONNECTINGstatic final SessionStateSessionState.DESTROYEDstatic final SessionStateSessionState.DISCONNECTEDstatic final SessionStateSessionState.DISCONNECTINGstatic final SessionStateSessionState.ERRORstatic final SessionStateSessionState.NEWstatic final SessionStateSessionState.UNKNOWNstatic final SessionStateSessionState.WAITING_FOR_CONNECTMethods in com.btobits.fixaj.session that return SessionStateModifier and TypeMethodDescriptionstatic SessionStateSessionState.getSessionStateBy(SessionState sessionState)