
Public Member Functions | |
| PoolKeeper (Pool pool) | |
| void | setSamplingPeriod (int sec) |
| void | run () |
Definition at line 36 of file PoolKeeper.java.
|
|
Constructor
Definition at line 59 of file PoolKeeper.java. |
|
|
Start the pool keeper thread Definition at line 81 of file PoolKeeper.java. References org.objectweb.jonas.dbm.Pool.adjust(), and org.objectweb.jonas.dbm.Pool.sampling(). |
Here is the call graph for this function:

|
|
Set the sampling period. This cannot be done in the PoolKeeper constructor, because the sampling period has not been set already in the Pool. Moreover, this can be reconfigured later.
Definition at line 73 of file PoolKeeper.java. Referenced by org.objectweb.jonas.dbm.Pool.setSamplingPeriod(). |
1.3.9.1