Uses of Class
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.PoolParams

Packages that use InternalManagedConnectionPool.PoolParams
org.jboss.resource.connectionmanager   
 

Uses of InternalManagedConnectionPool.PoolParams in org.jboss.resource.connectionmanager
 

Constructors in org.jboss.resource.connectionmanager with parameters of type InternalManagedConnectionPool.PoolParams
InternalManagedConnectionPool(javax.resource.spi.ManagedConnectionFactory mcf, ConnectionListenerFactory clf, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, InternalManagedConnectionPool.PoolParams poolParams, org.jboss.logging.Logger log)
          Create a new internal pool
JBossManagedConnectionPool.BasePool(javax.resource.spi.ManagedConnectionFactory mcf, InternalManagedConnectionPool.PoolParams poolParams, boolean noTxSeparatePools, org.jboss.logging.Logger log)
          Create a new base pool
JBossManagedConnectionPool.OnePool(javax.resource.spi.ManagedConnectionFactory mcf, InternalManagedConnectionPool.PoolParams poolParams, boolean noTxSeparatePools, org.jboss.logging.Logger log)
           
JBossManagedConnectionPool.PoolByCri(javax.resource.spi.ManagedConnectionFactory mcf, InternalManagedConnectionPool.PoolParams poolParams, boolean noTxSeparatePools, org.jboss.logging.Logger log)
           
JBossManagedConnectionPool.PoolBySubject(javax.resource.spi.ManagedConnectionFactory mcf, InternalManagedConnectionPool.PoolParams poolParams, boolean noTxSeparatePools, org.jboss.logging.Logger log)
           
JBossManagedConnectionPool.PoolBySubjectAndCri(javax.resource.spi.ManagedConnectionFactory mcf, InternalManagedConnectionPool.PoolParams poolParams, boolean noTxSeparatePools, org.jboss.logging.Logger log)
           
JBossManagedConnectionPool.SubPoolContext(TransactionManager tm, javax.resource.spi.ManagedConnectionFactory mcf, ConnectionListenerFactory clf, Subject subject, javax.resource.spi.ConnectionRequestInfo cri, InternalManagedConnectionPool.PoolParams poolParams, org.jboss.logging.Logger log)
          Create a new SubPoolContext.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.