
public class PoolFactory extends Object
| Constructor and Description |
|---|
PoolFactory()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Pool |
create(PoolStrategy strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a pool
|
public Pool create(PoolStrategy strategy, javax.resource.spi.ManagedConnectionFactory mcf, org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc, boolean noTxSeparatePools, boolean sharable)
strategy - The pool strategymcf - The managed connection factorypc - The pool configurationnoTxSeparatePools - no-tx separate poolsharable - Are the connections sharableCopyright © 2013 IronJacamar (http://www.ironjacamar.org)