org.apache.wsrp4j.consumer
Interface UserSessionMgr

All Superinterfaces:
InitCookieInfo, UserSession
All Known Implementing Classes:
GenericUserSessionImpl

public interface UserSessionMgr
extends UserSession, InitCookieInfo

A consumer based session which represents a user session with a certain producer. This user session contains one or more group sessions.

Author:
Peter Fischer
See Also:
GroupSession

Methods inherited from interface org.apache.wsrp4j.consumer.UserSession
addGroupSession, getAllGroupSessions, getGroupSession, getProducerID, getUserID, removeAllGroupSessions, removeGroupSession, setProducerID, setUserID
 
Methods inherited from interface org.apache.wsrp4j.consumer.InitCookieInfo
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService