Uses of Class
pl.mn.communicator.SessionState

Packages that use SessionState
pl.mn.communicator   
pl.mn.communicator.event   
 

Uses of SessionState in pl.mn.communicator
 

Fields in pl.mn.communicator declared as SessionState
static SessionState SessionState.AUTHENTICATION_AWAITING
          This state is when Gadu-Gadu server replied and we are waiting for the user to log in.
static SessionState SessionState.CONNECTED
          This state is when we have physically connected to Gadu-Gadu server.
static SessionState SessionState.CONNECTING
          This state is when we are connecting to the Gadu-Gadu server.
static SessionState SessionState.CONNECTION_AWAITING
          This state is when we are waiting for the client to start socket connection to Gadu-Gadu server.
static SessionState SessionState.CONNECTION_ERROR
          This state is when there is an unexpected connection error
static SessionState SessionState.DISCONNECTED
          This state is we are disconnected by Gadu-Gadu server or when we have deliberately disconnected from it.
static SessionState SessionState.DISCONNECTING
          This state is when the Gadu-Gadu server is disconnecting us or when we are disconnecting.
static SessionState SessionState.LOGGED_IN
          This state is when user has been successfuly authenticated.
static SessionState SessionState.LOGGED_OUT
          This state is when there was an connection error and session is no longer valid
 

Methods in pl.mn.communicator that return SessionState
 SessionState GGSessionException.getSessionState()
           
 SessionState ISession.getSessionState()
          Returns state of this session.
 SessionState Session.getSessionState()
           
 

Methods in pl.mn.communicator with parameters of type SessionState
protected  void Session.notifySessionStateChanged(SessionState oldState, SessionState newState)
           
 void Session.SessionAccessor.setSessionState(SessionState sessionState)
           
 

Constructors in pl.mn.communicator with parameters of type SessionState
GGSessionException(SessionState actualSessionState)
           
 

Uses of SessionState in pl.mn.communicator.event
 

Methods in pl.mn.communicator.event with parameters of type SessionState
 void SessionStateListener.sessionStateChanged(SessionState oldSessionState, SessionState newSessionState)
          Messaged when session state changes.
 



Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.