Uses of Class
org.apache.jcs.utils.servlet.session.DistSession

Packages that use DistSession
org.apache.jcs.utils.servlet.session   
 

Uses of DistSession in org.apache.jcs.utils.servlet.session
 

Fields in org.apache.jcs.utils.servlet.session declared as DistSession
(package private)  DistSession[] DistSessionPoolManager.pool
           
 

Methods in org.apache.jcs.utils.servlet.session that return DistSession
 DistSession DistSessionPoolManager.getDistSession()
          Gets the distSession attribute of the DistSessionPoolManager object
 

Methods in org.apache.jcs.utils.servlet.session with parameters of type DistSession
 void DistSessionPoolManager.returnDistSession(DistSession v)
          Description of the Method