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

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

Uses of UserSession in org.apache.wsrp4j.consumer
 

Subinterfaces of UserSession in org.apache.wsrp4j.consumer
 interface UserSessionMgr
          A consumer based session which represents a user session with a certain producer.
 

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

Classes in org.apache.wsrp4j.consumer.app.driver that implement UserSession
 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.
 

Methods in org.apache.wsrp4j.consumer.app.driver with parameters of type UserSession
private  void SessionHandlerImpl.addUserSession(UserSession userSession)
           
 

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

Classes in org.apache.wsrp4j.consumer.driver that implement UserSession
 class GenericUserSessionImpl
           
 



--