org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor Class Reference

List of all members.

Public Member Functions

 HArrayPoolMonitor (Pool pool)
void setAdjustPeriod (int sec)
void setSamplingPeriod (int sec)
void setValidationPeriod (int sec)
void run ()

Detailed Description

Keeps pool as small as possible (after conn's has reached MaxAge)
Author:
Eric Hardesty Contributor(s):

Definition at line 38 of file HArrayPoolMonitor.java.


Constructor & Destructor Documentation

org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor.HArrayPoolMonitor Pool  pool  ) 
 

Pool monitor constructor

Parameters:
pool Pool to monitor

Definition at line 79 of file HArrayPoolMonitor.java.


Member Function Documentation

void org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor.run  ) 
 

Run the array pool monitor

Definition at line 119 of file HArrayPoolMonitor.java.

void org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor.setAdjustPeriod int  sec  ) 
 

Set the adjust period. Moreover, this can be reconfigured later.

Parameters:
sec adjust period in sec.

Definition at line 91 of file HArrayPoolMonitor.java.

void org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor.setSamplingPeriod int  sec  ) 
 

Set the sampling period. Moreover, this can be reconfigured later.

Parameters:
sec sampling period in sec.

Definition at line 101 of file HArrayPoolMonitor.java.

Referenced by org.objectweb.jonas.resource.pool.lib.HArrayPool.setSamplingPeriod().

void org.objectweb.jonas.resource.pool.lib.HArrayPoolMonitor.setValidationPeriod int  sec  ) 
 

Set the validation period. Moreover, this can be reconfigured later.

Parameters:
sec validation period in sec.

Definition at line 111 of file HArrayPoolMonitor.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:35 2005 for JOnAS by  doxygen 1.3.9.1