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 JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
           
protected  ConnectionPool XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
           
protected  ConnectionPool PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
          Delegate that creates each instance of an ConnectionPool object.
 

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-2013 Red Hat, Inc.. All Rights Reserved.