|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppSession
Basic class for application specific session (Sx, Rx, Gx)
| Method Summary | |
|---|---|
long |
getCreationTime()
Returns the time when this session was created (milliseconds) Start point of time January 1, 1970 GMT. |
long |
getLastAccessedTime()
Returns the last time an event occurred on this session (milliseconds) Start point of time January 1, 1970 GMT. |
ApplicationId |
getSessionAppId()
Return current value of applicationId of application session. |
java.util.List<Session> |
getSessions()
|
boolean |
isStateless()
Return true if session has stateless fsm |
boolean |
isValid()
Return true if session has valid state (for example it retur true if session did not have timeout) |
void |
release()
Release all attachment resources |
| Method Detail |
|---|
long getCreationTime()
long getLastAccessedTime()
boolean isStateless()
boolean isValid()
ApplicationId getSessionAppId()
java.util.List<Session> getSessions()
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||