Uses of Package
ibspan.tss.agents.sha.session

Packages that use ibspan.tss.agents.sha.session
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.agents.sha.mvc Skeleton of Model-View-Controller (MVC) architecture, powered by SessionHandlingAgent
ibspan.tss.agents.sha.session Realization of 'session tracking' feature, together with 'access authorization' feature. 
 

Classes in ibspan.tss.agents.sha.session used by ibspan.tss.agents.sha
SessionsMap
          This class provides mapping from sessionID into the Session object.
 

Classes in ibspan.tss.agents.sha.session used by ibspan.tss.agents.sha.mvc
Session
          This class represent Session concept to setup multi-stepped interaction with the user.
 

Classes in ibspan.tss.agents.sha.session used by ibspan.tss.agents.sha.session
Session
          This class represent Session concept to setup multi-stepped interaction with the user.
Session.SessionData
          This class simply do notihngs, but extends map and can be used in the future for providing additional functionality for operating on session data.