org.objectweb.jonas.resource.pool.api |
|
Java Source File Name | Type | Comment |
Pool.java | Interface | The interface Pool defines an object that pools resources of any
kind. |
PoolItemStats.java | Class | This class holds information about each pool entry. |
PoolMatchFactory.java | Interface | The interface PoolMatchFactory defines the object used by a Pool to
test if a given resource of a Pool matches with the hints passed with the
Pool getResource method. |
PoolProvider.java | Interface | The interface PoolProvider defines the minimal behaviour of a
Pool Provider. |
PoolResource.java | Interface | The interface PoolResource defines the minimal behaviour of a
resource managed by a Pool. |