Package org.objectweb.easybeans.pool

Implementation of EJB 3.0 container

See:
          Description

Interface Summary
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.
 

Package org.objectweb.easybeans.pool Description

Implementation of EJB 3.0 container