Uses of Class
org.messaginghub.pooled.jms.pool.PooledConnection
Packages that use PooledConnection
Package
Description
A JMS provider which pools Connections and their associated resources.
-
Uses of PooledConnection in org.messaginghub.pooled.jms
Fields in org.messaginghub.pooled.jms declared as PooledConnectionMethods in org.messaginghub.pooled.jms that return PooledConnectionModifier and TypeMethodDescriptionprotected PooledConnectionJmsPoolConnectionFactory.createPooledConnection(jakarta.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 PooledConnectionModifier and TypeMethodDescriptionprotected 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 PooledConnectionModifier and TypeMethodDescriptionprotected 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 PooledConnectionModifierConstructorDescriptionCreates 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.poolModifier and TypeClassDescriptionclassclassAn XA-aware connection pool.Methods in org.messaginghub.pooled.jms.pool that return PooledConnectionConstructors in org.messaginghub.pooled.jms.pool with parameters of type PooledConnectionModifierConstructorDescriptionPooledSessionHolder(PooledConnection connection, jakarta.jms.Session session, boolean useAnonymousProducer, int namedProducerCacheSize)