|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl
org.apache.wsrp4j.consumer.app.driver.UserSessionImpl
Implements a simple consumer-based user session Note: Since most of this methods all only for the session handler, consider to make most of the methods package scoped.
| Field Summary |
| Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl |
groupSessions |
| Fields inherited from class org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl |
|
| Constructor Summary | |
UserSessionImpl(java.lang.String producerID,
java.lang.String userID,
java.lang.String markupURL)
|
|
| Method Summary | |
GroupSessionMgr |
getGroupSession(java.lang.String groupID)
Get the group session for this group ID |
| Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl |
addGroupSession, existsGroupSession, getAllGroupSessions, getProducerID, getUserID, removeAllGroupSessions, removeGroupSession, setGroupSessionTable, setProducerID, setUserID |
| Methods inherited from class org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl |
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.wsrp4j.consumer.InitCookieInfo |
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService |
| Constructor Detail |
public UserSessionImpl(java.lang.String producerID,
java.lang.String userID,
java.lang.String markupURL)
throws WSRPException
| Method Detail |
public GroupSessionMgr getGroupSession(java.lang.String groupID)
throws WSRPException
getGroupSession in interface UserSessiongetGroupSession in class GenericUserSessionImplgroupID - ID of the portlet application
WSRPException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||