org.jboss.jca.core.connectionmanager.pool.api
Class PoolFactory
java.lang.Object
org.jboss.jca.core.connectionmanager.pool.api.PoolFactory
public class PoolFactory
- extends Object
The pool factory.
- Author:
- Jesper Pedersen
|
Method Summary |
Pool |
create(PoolStrategy strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools)
Create a pool |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolFactory
public PoolFactory()
- Constructor
create
public Pool create(PoolStrategy strategy,
javax.resource.spi.ManagedConnectionFactory mcf,
org.jboss.jca.core.api.connectionmanager.pool.PoolConfiguration pc,
boolean noTxSeparatePools)
- Create a pool
- Parameters:
strategy - The pool strategymcf - The managed connection factorypc - The pool configurationnoTxSeparatePools - no-tx separate pool
- Returns:
- The pool instance
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)