
public class ManagedConnectionPoolFactory extends Object
| Constructor and Description |
|---|
ManagedConnectionPoolFactory()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ManagedConnectionPool |
create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
Pool p)
Create a managed connection pool using the default implementation strategy
|
ManagedConnectionPool |
create(String strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
Pool p)
Create a managed connection pool using a specific implementation strategy
|
public ManagedConnectionPool create(javax.resource.spi.ManagedConnectionFactory mcf, ConnectionManager cm, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc, Pool p) throws Throwable
mcf - the managed connection factorycm - the connection managersubject - the subjectcri - the connection request infopc - the pool configurationp - The poolThrowable - Thrown in case of an errorpublic ManagedConnectionPool create(String strategy, javax.resource.spi.ManagedConnectionFactory mcf, ConnectionManager cm, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc, Pool p) throws Throwable
strategy - Fullt qualified class name for the managed connection pool strategymcf - the managed connection factorycm - the connection managersubject - the subjectcri - the connection request infopc - the pool configurationp - The poolThrowable - Thrown in case of an errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)