org.apache.wsrp4j.consumer
Interface GroupSessionMgr

All Superinterfaces:
GroupSession, InitCookieInfo
All Known Implementing Classes:
GenericGroupSessionImpl

public interface GroupSessionMgr
extends GroupSession, InitCookieInfo

Interface for a consumer based group session.A group session is used to hold portlet session objects of portlet instances which belong to the same group of the same producer according to their portlet description.

Author:
Peter Fischer

Methods inherited from interface org.apache.wsrp4j.consumer.GroupSession
addPortletSession, existsPortletSession, getAllPortletSessions, getGroupID, getPortletSession, removeAllPortletSessions, removePortletSession, setGroupID
 
Methods inherited from interface org.apache.wsrp4j.consumer.InitCookieInfo
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService