Uses of Interface
org.jboss.jca.core.connectionmanager.pool.mcp.ManagedConnectionPool

Packages that use ManagedConnectionPool
org.jboss.jca.core.connectionmanager.pool This package contains the connection pool implementation. 
org.jboss.jca.core.connectionmanager.pool.api This package contains the connection pool api. 
org.jboss.jca.core.connectionmanager.pool.mcp This package contains the managed connection pool implementations and the factory to create one with. 
org.jboss.jca.core.connectionmanager.pool.strategy This package contains the connection pool strategies. 
org.jboss.jca.core.connectionmanager.pool.validator This package contains the connection validator logic. 
 

Uses of ManagedConnectionPool in org.jboss.jca.core.connectionmanager.pool
 

Methods in org.jboss.jca.core.connectionmanager.pool that return ManagedConnectionPool
protected  ManagedConnectionPool AbstractPool.getManagedConnectionPool(Object key, Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
          Determine the correct pool for this request, creates a new one when necessary.
 

Methods in org.jboss.jca.core.connectionmanager.pool with parameters of type ManagedConnectionPool
 void AbstractPool.emptyManagedConnectionPool(ManagedConnectionPool pool)
          Remove the matching managed connection pool if the pool is empty
 

Constructor parameters in org.jboss.jca.core.connectionmanager.pool with type arguments of type ManagedConnectionPool
PoolStatisticsImpl(int maxPoolSize, ConcurrentMap<Object,ManagedConnectionPool> mcpPools)
          Constructor
 

Uses of ManagedConnectionPool in org.jboss.jca.core.connectionmanager.pool.api
 

Methods in org.jboss.jca.core.connectionmanager.pool.api with parameters of type ManagedConnectionPool
 void Pool.emptyManagedConnectionPool(ManagedConnectionPool pool)
          Remove the matching managed connection pool if the pool is empty
 

Uses of ManagedConnectionPool in org.jboss.jca.core.connectionmanager.pool.mcp
 

Classes in org.jboss.jca.core.connectionmanager.pool.mcp that implement ManagedConnectionPool
 class ArrayBlockingQueueManagedConnectionPool
          A managed connection pool implementation using ArrayBlockingQueue
 class SemaphoreArrayListManagedConnectionPool
          The internal pool implementation
 

Methods in org.jboss.jca.core.connectionmanager.pool.mcp that return ManagedConnectionPool
 ManagedConnectionPool ManagedConnectionPoolFactory.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 ManagedConnectionPoolFactory.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
 

Uses of ManagedConnectionPool in org.jboss.jca.core.connectionmanager.pool.strategy
 

Methods in org.jboss.jca.core.connectionmanager.pool.strategy with parameters of type ManagedConnectionPool
 void ReauthPool.emptyManagedConnectionPool(ManagedConnectionPool pool)
          There is no reason to empty the subpool for reauth enabled resource adapters, since all managed connections can change its credentials
 void OnePool.emptyManagedConnectionPool(ManagedConnectionPool pool)
          Remove the matching managed connection pool if the pool is empty
 

Uses of ManagedConnectionPool in org.jboss.jca.core.connectionmanager.pool.validator
 

Methods in org.jboss.jca.core.connectionmanager.pool.validator with parameters of type ManagedConnectionPool
 void ConnectionValidator.registerPool(ManagedConnectionPool mcp, long interval)
          Register pool for connection validation.
 void ConnectionValidator.unregisterPool(ManagedConnectionPool mcp)
          Unregister pool instance for connection validation.
 



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