|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserSessionRuntimeMBean
UserSessionRuntimeMBean provides the ability to expose UserSession information's attributes and operations.
| Method Summary | |
|---|---|
UserSession[] |
getAllUserSessions()
Gets all UserSessions information. |
java.lang.String |
getHttpSessionID(java.lang.String usID)
Gets the HttpSession's ID
associated with the specified UserSession ID. |
int |
getSessionTimeout()
Gets the UserSession's default timeout value of server. |
UserSession[] |
getUserSessionsByUser(java.lang.String userName)
Gets all UserSessions information according to the specified User. |
void |
removeAllUserSessions()
Removes all UserSessions of the associated server. |
void |
removeUserSessionBySessionID(java.lang.String sessionID)
Removes UserSession by its sessionID. |
void |
removeUserSessionsByUserID(java.lang.String userID)
Removes all UserSessions associated to the specified userID. |
void |
setSessionTimeout(int sessionTimeout)
Sets the UserSession's default timeout value to server. |
| Method Detail |
|---|
int getSessionTimeout()
void setSessionTimeout(int sessionTimeout)
sessionTimeout, - the new value of UserSession's timeout.UserSession[] getAllUserSessions()
UserSession[] getUserSessionsByUser(java.lang.String userName)
userName, - the specified User Name.
void removeUserSessionBySessionID(java.lang.String sessionID)
sessionID, - the specified sessionID.void removeUserSessionsByUserID(java.lang.String userID)
userID, - the specified userID.void removeAllUserSessions()
java.lang.String getHttpSessionID(java.lang.String usID)
HttpSession's ID
associated with the specified UserSession ID.
usID, - the specified UserSession's ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||