|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getUserID()
public java.lang.String getProducerID()
public GroupSessionMgr getGroupSession(java.lang.String groupID) throws WSRPException
groupID
- ID of the portlet application
WSRPException
public java.util.Iterator getAllGroupSessions()
public void setUserID(java.lang.String userID)
userID
- ID of the userpublic void setProducerID(java.lang.String producerID)
producerID
- of the producerpublic void addGroupSession(GroupSession groupSession)
groupSession
- A group sessionpublic void removeGroupSession(java.lang.String groupID)
groupID
- ID of the portlet applicationpublic void removeAllGroupSessions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |