public class PoolFactory
extends java.lang.Object
Constructor and Description |
---|
PoolFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Pool |
create(PoolStrategy strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable)
Create a pool
|
public Pool create(PoolStrategy strategy, javax.resource.spi.ManagedConnectionFactory mcf, 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)