Package org.objectweb.easybeans.pool

Implementation of EJB 3.0 container

See:
          Description

Interface Summary
Pool<InstanceType,Clue> Defines a common pool interface used to manage objects.
PoolAttributes Defines the interface used to collect/set information on this pool.
PoolFactory<InstanceType,Clue> Allows to call specific methods for each implementation of the pool for each lifecycle on an object.
 

Class Summary
JPool<InstanceType,Clue> Abstract pool.
Need to be extended to set-up the correct generic types used for BeanType and Hint.
PoolEntryStatistics Provides statistics on an entry of the pool.
 

Exception Summary
PoolException Exception thrown if there is a failure in the pool.
 

Package org.objectweb.easybeans.pool Description

Implementation of EJB 3.0 container