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
 

Fields in org.jboss.resource.connectionmanager declared as InternalManagedConnectionPool.PoolParams
protected  InternalManagedConnectionPool.PoolParams JBossManagedConnectionPool.BasePool.poolParams
          The pool parameters
 

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)
           
JBossManagedConnectionPool.BasePool(javax.resource.spi.ManagedConnectionFactory mcf, String poolName, 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.OnePool(javax.resource.spi.ManagedConnectionFactory mcf, String poolName, 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.PoolByCri(javax.resource.spi.ManagedConnectionFactory mcf, String poolJndiName, 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.PoolBySubject(javax.resource.spi.ManagedConnectionFactory mcf, String poolJndiName, 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.PoolBySubjectAndCri(javax.resource.spi.ManagedConnectionFactory mcf, String poolName, 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.