Uses of Class
org.apache.activemq.pool.ConnectionPool

Uses of ConnectionPool in org.apache.activemq.pool
 

Subclasses of ConnectionPool in org.apache.activemq.pool
 class JcaConnectionPool
           
 class XaConnectionPool
          An XA-aware connection pool.
 

Methods in org.apache.activemq.pool that return ConnectionPool
protected  ConnectionPool XaPooledConnectionFactory.createConnectionPool(org.apache.activemq.ActiveMQConnection connection)
           
protected  ConnectionPool JcaPooledConnectionFactory.createConnectionPool(org.apache.activemq.ActiveMQConnection connection)
           
 

Constructors in org.apache.activemq.pool with parameters of type ConnectionPool
PooledConnection(ConnectionPool pool)
          Creates a new PooledConnection instance that uses the given ConnectionPool to create and manage its resources.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.