1 package org.exoplatform.services.wsrp.consumer; 2 3 /** 4 * Interface for a consumer based group session.A group session 5 * is used to hold portlet session objects of portlet instances 6 * which belong to the same group of the same producer according to their 7 * portlet description. 8 * 9 * @author <a HREF='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a> 10 * @author Benjamin Mestrallet 11 */ 12 public interface GroupSessionMgr extends GroupSession, InitCookieInfo { 13 14 } 15