|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserSession
A consumer based session which represents a user session with a certain producer. This user session contains one or more group sessions.
GroupSession| Method Summary | |
|---|---|
void |
addGroupSession(GroupSession groupSession)
Add a group session to the user session |
java.util.Iterator |
getAllGroupSessions()
Get all group session |
GroupSessionMgr |
getGroupSession(java.lang.String groupID)
Get the group session for this group ID |
java.lang.String |
getProducerID()
Get ID of the producer this session is bind to |
java.lang.String |
getUserID()
Get ID of the user this session is bind to |
void |
removeAllGroupSessions()
Remove all group sessions |
void |
removeGroupSession(java.lang.String groupID)
Remove a group session from the user session |
void |
setProducerID(java.lang.String producerID)
Set the ID of the producer this session is bind to. |
void |
setUserID(java.lang.String userID)
Set the ID of the user this session is bind to |
| Method Detail |
|---|
java.lang.String getUserID()
java.lang.String getProducerID()
GroupSessionMgr getGroupSession(java.lang.String groupID)
throws WSRPException
groupID - ID of the portlet application
WSRPExceptionjava.util.Iterator getAllGroupSessions()
void setUserID(java.lang.String userID)
userID - ID of the uservoid setProducerID(java.lang.String producerID)
producerID - of the producervoid addGroupSession(GroupSession groupSession)
groupSession - A group sessionvoid removeGroupSession(java.lang.String groupID)
groupID - ID of the portlet applicationvoid removeAllGroupSessions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||