org.jboss.jca.core.connectionmanager.pool.api
Class PoolFactory

java.lang.Object
  extended by org.jboss.jca.core.connectionmanager.pool.api.PoolFactory

public class PoolFactory
extends Object

The pool factory.

Author:
Jesper Pedersen

Constructor Summary
PoolFactory()
          Constructor
 
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
 

Constructor Detail

PoolFactory

public PoolFactory()
Constructor

Method Detail

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 strategy
mcf - The managed connection factory
pc - The pool configuration
noTxSeparatePools - no-tx separate pool
Returns:
The pool instance


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)