com.btobits.fixaj.session
Class SessionState

java.lang.Object
  extended by com.btobits.fixaj.session.SessionState

public class SessionState
extends Object


Field Summary
static SessionState CONNECTED
           
static SessionState CONNECTING
           
static SessionState DESTROYED
           
static SessionState DISCONNECTED
           
static SessionState DISCONNECTING
           
static SessionState ERROR
           
static SessionState NEW
           
static SessionState UNKNOWN
           
static SessionState WAITING_FOR_CONNECT
           
 
Method Summary
static SessionState getSessionStateBy(SessionState sessionState)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW

public static final SessionState NEW

WAITING_FOR_CONNECT

public static final SessionState WAITING_FOR_CONNECT

CONNECTED

public static final SessionState CONNECTED

CONNECTING

public static final SessionState CONNECTING

DISCONNECTING

public static final SessionState DISCONNECTING

DISCONNECTED

public static final SessionState DISCONNECTED

ERROR

public static final SessionState ERROR

DESTROYED

public static final SessionState DESTROYED

UNKNOWN

public static final SessionState UNKNOWN
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getSessionStateBy

public static SessionState getSessionStateBy(SessionState sessionState)


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