org.apache.jcs.utils.servlet.session
Class DistSessionPoolManager

java.lang.Object
  extended byorg.apache.jcs.utils.servlet.session.DistSessionPoolManager

public class DistSessionPoolManager
extends java.lang.Object

Description of the Class

Author:
asmuts

Field Summary
(package private)  boolean[] inUse
           
private static org.apache.commons.logging.Log log
           
(package private)  DistSession[] pool
           
 
Constructor Summary
DistSessionPoolManager(int initialPoolSize)
          Constructor for the DistSessionPoolManager object
 
Method Summary
 DistSession getDistSession()
          Gets the distSession attribute of the DistSessionPoolManager object
static void main(java.lang.String[] args)
          Description of the Method
 void returnDistSession(DistSession v)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

pool

DistSession[] pool

inUse

boolean[] inUse
Constructor Detail

DistSessionPoolManager

public DistSessionPoolManager(int initialPoolSize)
Constructor for the DistSessionPoolManager object

Parameters:
initialPoolSize -
Method Detail

main

public static void main(java.lang.String[] args)
Description of the Method


getDistSession

public DistSession getDistSession()
Gets the distSession attribute of the DistSessionPoolManager object

Returns:
The distSession value

returnDistSession

public void returnDistSession(DistSession v)
Description of the Method