|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.connectionmanager.pool.mcp.ManagedConnectionPoolFactory
public class ManagedConnectionPoolFactory

Factory to create a managed connection pool
| Constructor Summary | |
|---|---|
ManagedConnectionPoolFactory()
Constructor |
|
| Method Summary | |
|---|---|
ManagedConnectionPool |
create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
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,
ConnectionListenerFactory clf,
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedConnectionPoolFactory()
| Method Detail |
|---|
public ManagedConnectionPool create(javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cri,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
Pool p)
throws Throwable
mcf - the managed connection factoryclf - the connection listener factorysubject - the subjectcri - the connection request infopc - the pool configurationp - The pool
Throwable - Thrown in case of an error
public ManagedConnectionPool create(String strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
ConnectionListenerFactory clf,
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 factoryclf - the connection listener factorysubject - the subjectcri - the connection request infopc - the pool configurationp - The pool
Throwable - Thrown in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||