Uses of Class
org.jboss.jca.core.connectionmanager.pool.api.PoolStrategy

Packages that use PoolStrategy
org.jboss.jca.core.connectionmanager.pool.api This package contains the connection pool api. 
 

Uses of PoolStrategy in org.jboss.jca.core.connectionmanager.pool.api
 

Methods in org.jboss.jca.core.connectionmanager.pool.api that return PoolStrategy
static PoolStrategy PoolStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PoolStrategy[] PoolStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.jca.core.connectionmanager.pool.api with parameters of type PoolStrategy
 Pool PoolFactory.create(PoolStrategy strategy, javax.resource.spi.ManagedConnectionFactory mcf, org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc, boolean noTxSeparatePools)
          Create a pool
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)