Uses of Interface
org.apache.wsrp4j.consumer.InitCookieInfo

Packages that use InitCookieInfo
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of InitCookieInfo in org.apache.wsrp4j.consumer
 

Subinterfaces of InitCookieInfo in org.apache.wsrp4j.consumer
 interface GroupSessionMgr
          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.
 interface UserSessionMgr
          A consumer based session which represents a user session with a certain producer.
 

Uses of InitCookieInfo in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement InitCookieInfo
 class GroupSessionImpl
          Class implements a consumer based group session
 class 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.
 

Uses of InitCookieInfo in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement InitCookieInfo
 class GenericGroupSessionImpl
          Class implements a consumer based group session
 class GenericUserSessionImpl
           
 class InitCookieInfoImpl
           
 



--