Uses of Interface
org.jboss.ejb3.pool.PoolFactory

Packages that use PoolFactory
org.jboss.ejb3.pool   
 

Uses of PoolFactory in org.jboss.ejb3.pool
 

Classes in org.jboss.ejb3.pool that implement PoolFactory
 class StrictMaxPoolFactory
          Factory for obtaining StrictMaxPool instances
 class ThreadlocalPoolFactory
          Factory for obtaining ThreadlocalPool instances
 

Methods in org.jboss.ejb3.pool that return PoolFactory
 PoolFactory PoolFactoryRegistry.getPoolFactory(String name)
          Obtains the Pool Factory with the specified registered name
 

Methods in org.jboss.ejb3.pool that return types with arguments of type PoolFactory
 Map<String,Class<? extends PoolFactory>> PoolFactoryRegistry.getFactories()
           
 

Method parameters in org.jboss.ejb3.pool with type arguments of type PoolFactory
 void PoolFactoryRegistry.setFactories(Map<String,Class<? extends PoolFactory>> factories)
           
 



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