Uses of Class
org.messaginghub.pooled.jms.pool.PooledConnection
-
Packages that use PooledConnection Package Description org.messaginghub.pooled.jms A JMS provider which pools Connections and their associated resources.org.messaginghub.pooled.jms.pool -
-
Uses of PooledConnection in org.messaginghub.pooled.jms
Fields in org.messaginghub.pooled.jms declared as PooledConnection Modifier and Type Field Description protected PooledConnectionJmsPoolConnection. connectionMethods in org.messaginghub.pooled.jms that return PooledConnection Modifier and Type Method Description protected PooledConnectionJmsPoolConnectionFactory. createPooledConnection(javax.jms.Connection connection)Delegate that creates each instance of an ConnectionPool object.Methods in org.messaginghub.pooled.jms that return types with arguments of type PooledConnection Modifier and Type Method Description protected org.apache.commons.pool2.impl.GenericKeyedObjectPool<PooledConnectionKey,PooledConnection>JmsPoolConnectionFactory. getConnectionsPool()Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.Methods in org.messaginghub.pooled.jms with parameters of type PooledConnection Modifier and Type Method Description protected JmsPoolConnectionJmsPoolConnectionFactory. newPooledConnectionWrapper(PooledConnection connection)Allows subclasses to create an appropriate JmsPoolConnection wrapper for the newly create connection such as one that provides support for XA Transactions.Constructors in org.messaginghub.pooled.jms with parameters of type PooledConnection Constructor Description JmsPoolConnection(PooledConnection pool)Creates a new PooledConnection instance that uses the given ConnectionPool to create and manage its resources. -
Uses of PooledConnection in org.messaginghub.pooled.jms.pool
Subclasses of PooledConnection in org.messaginghub.pooled.jms.pool Modifier and Type Class Description classPooledJCAConnectionclassPooledXAConnectionAn XA-aware connection pool.Methods in org.messaginghub.pooled.jms.pool that return PooledConnection Modifier and Type Method Description PooledConnectionPooledSessionHolder. getConnection()Constructors in org.messaginghub.pooled.jms.pool with parameters of type PooledConnection Constructor Description PooledSessionHolder(PooledConnection connection, javax.jms.Session session, boolean useAnonymousProducer, int namedProducerCacheSize)
-