|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.session.SessionStatus
An object that represents that is a status indicator of Session objects. Currently, three status types are supported ACTIVE_STATUS, EXPIRED_STATUS, and CLOSED_STATUS
Session| Field Summary | |
static SessionStatus |
ACTIVE_STATUS
Active Status SessionStatus object |
static SessionStatus |
CLOSED_STATUS
Closed Status SessionStatus object |
static SessionStatus |
EXPIRED_STATUS
Expired Status SessionStatus object |
| Method Summary | |
String |
toString()
Get the String representation of the SessionStatus object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SessionStatus ACTIVE_STATUS
public static final SessionStatus CLOSED_STATUS
public static final SessionStatus EXPIRED_STATUS
| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||