|
|||||||||||
| 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.GenericGroupSessionImpl
org.apache.wsrp4j.consumer.app.driver.GroupSessionImpl
Class implements a consumer based group session
| Field Summary |
| Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl |
portletSessions |
| Fields inherited from class org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl |
|
| Constructor Summary | |
GroupSessionImpl(java.lang.String groupID,
java.lang.String markupInterfaceURL)
Construct a new GroupSessionImpl object with the given groupID. |
|
| Method Summary | |
PortletSession |
getPortletSession(java.lang.String handle)
Get the portlet session object which is identified with the given instanceKey from the group session. |
| Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl |
addPortletSession, existsPortletSession, getAllPortletSessions, getGroupID, removeAllPortletSessions, removePortletSession, setGroupID |
| 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 GroupSessionImpl(java.lang.String groupID,
java.lang.String markupInterfaceURL)
throws WSRPException
GroupSessionImpl object with the given groupID.
The portletServicesURL is needed for implementing the PortletServices
interface.
PortletServices| Method Detail |
public PortletSession getPortletSession(java.lang.String handle)
getPortletSession in interface GroupSessiongetPortletSession in class GenericGroupSessionImplhandle - The key which identifies the portlet session object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||