Uses of Class
ibspan.tss.agents.sha.session.Session

Packages that use Session
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. 
 

Uses of Session in ibspan.tss.agents.sha.mvc
 

Methods in ibspan.tss.agents.sha.mvc that return Session
protected  Session ModelConstructor.getCurrentSession()
          Returns the session to which currently service request belongs to.
 

Uses of Session in ibspan.tss.agents.sha.session
 

Methods in ibspan.tss.agents.sha.session that return Session
 Session SessionsMap.createSession(String peerID)
          Creates session on the base of given peerID.
 Session SessionsMap.getSession(String sessionID)
          Returnes session bounded with the given sessionID.