Uses of Class
com.btobits.fixaj.session.SessionState

Packages that use SessionState
com.btobits.fixaj.events   
com.btobits.fixaj.session   
 

Uses of SessionState in com.btobits.fixaj.events
 

Methods in com.btobits.fixaj.events that return SessionState
 SessionState SessionStateEvent.getSessionState()
           
 

Methods in com.btobits.fixaj.events with parameters of type SessionState
 void CommonSessionStateListener.onSessionStateChange(SessionEvent event, SessionState state)
           
 void SessionStateListener.onSessionStateChange(SessionState state)
           
 

Constructors in com.btobits.fixaj.events with parameters of type SessionState
SessionStateEvent(String sessionID, SessionState sessionState)
           
 

Uses of SessionState in com.btobits.fixaj.session
 

Fields in com.btobits.fixaj.session declared as SessionState
static SessionState SessionState.CONNECTED
           
static SessionState SessionState.CONNECTING
           
static SessionState SessionState.DESTROYED
           
static SessionState SessionState.DISCONNECTED
           
static SessionState SessionState.DISCONNECTING
           
static SessionState SessionState.ERROR
           
static SessionState SessionState.NEW
           
static SessionState SessionState.UNKNOWN
           
static SessionState SessionState.WAITING_FOR_CONNECT
           
 

Methods in com.btobits.fixaj.session that return SessionState
static SessionState SessionState.getSessionStateBy(SessionState sessionState)
           
 



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