public class ManagedConnectionPoolFactory
extends java.lang.Object
Constructor and Description |
---|
ManagedConnectionPoolFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionPool |
create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using the default implementation strategy
|
ManagedConnectionPool |
create(java.lang.String strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionManager cm,
javax.security.auth.Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
PoolConfiguration pc,
Pool p)
Create a managed connection pool using a specific implementation strategy
|
public ManagedConnectionPool create(javax.resource.spi.ManagedConnectionFactory mcf, ConnectionManager cm, javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cri, PoolConfiguration pc, Pool p) throws java.lang.Throwable
mcf
- the managed connection factorycm
- the connection managersubject
- the subjectcri
- the connection request infopc
- the pool configurationp
- The pooljava.lang.Throwable
- Thrown in case of an errorpublic ManagedConnectionPool create(java.lang.String strategy, javax.resource.spi.ManagedConnectionFactory mcf, ConnectionManager cm, javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cri, PoolConfiguration pc, Pool p) throws java.lang.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 pooljava.lang.Throwable
- Thrown in case of an errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)