Package org.jboss.jca.core.connectionmanager.pool.mcp

This package contains the managed connection pool implementations and the factory to create one with.

See:
          Description


Interface Summary
ManagedConnectionPool Represents a managed connection pool, which manages all connection listeners
ManagedConnectionPoolStatistics Statistics for a managed connection pool
 

Class Summary
ArrayBlockingQueueManagedConnectionPool A managed connection pool implementation using ArrayBlockingQueue
ManagedConnectionPoolFactory Factory to create a managed connection pool
ManagedConnectionPoolStatisticsImpl Core statistics.
Semaphore A semaphore implementation that supports statistics
SemaphoreArrayListManagedConnectionPool The internal pool implementation
 

Package org.jboss.jca.core.connectionmanager.pool.mcp Description

This package contains the managed connection pool implementations and the factory to create one with.



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