
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,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools,
boolean sharable,
java.lang.String mcp)
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, java.lang.String mcp)
strategy - The pool strategymcf - The managed connection factorypc - The pool configurationnoTxSeparatePools - no-tx separate poolsharable - Are the connections sharablemcp - ManagedConnectionPoolCopyright © 2014 IronJacamar (http://www.ironjacamar.org)