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.

Version:
$Id: UserSessionMgr.java,v 1.4 2005/08/10 14:42:36 cziegeler Exp $
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
 



--