Package org.jboss.ejb3.pool

Interface Summary
Pool Minimally a pool acts as a factory for a bean.
PoolFactory Defines contract for an EJB3 Pool Factory
 

Class Summary
AbstractPool The base of all pool implementations.
PoolFactoryRegistry Registry for all configured Pool Factory implementations
StrictMaxPool  
StrictMaxPoolFactory Factory for obtaining StrictMaxPool instances
ThreadlocalPool Pools EJBs within a ThreadLocal.
ThreadlocalPoolFactory Factory for obtaining ThreadlocalPool instances
 

Exception Summary
PoolFactoryNotRegisteredException PoolFactoryNotRegisteredException Thrown when attempting to retrieve a pool factory with unrecognized name from the registry
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.