Package org.objectweb.jonas.resource.pool.api

Interface Summary
Pool The interface Pool defines an object that pools resources of any kind.
PoolMatchFactory 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 The interface PoolProvider defines the minimal behaviour of a Pool Provider.
PoolResource The interface PoolResource defines the minimal behaviour of a resource managed by a Pool.
 

Class Summary
PoolItemStats This class holds information about each pool entry.