Uses of Interface
org.jboss.jca.core.connectionmanager.pool.idle.IdleConnectionRemovalSupport

Packages that use IdleConnectionRemovalSupport
org.jboss.jca.core.connectionmanager.pool.idle This package contains the infrastructure for removing idle connections. 
org.jboss.jca.core.connectionmanager.pool.mcp This package contains the managed connection pool implementations and the factory to create one with. 
 

Uses of IdleConnectionRemovalSupport in org.jboss.jca.core.connectionmanager.pool.idle
 

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

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

Subinterfaces of IdleConnectionRemovalSupport in org.jboss.jca.core.connectionmanager.pool.mcp
 interface ManagedConnectionPool
          Represents a managed connection pool, which manages all connection listeners
 

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



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)