Uses of Class
org.messaginghub.pooled.jms.JmsPoolConnection
-
Packages that use JmsPoolConnection Package Description org.messaginghub.pooled.jms A JMS provider which pools Connections and their associated resources. -
-
Uses of JmsPoolConnection in org.messaginghub.pooled.jms
Fields in org.messaginghub.pooled.jms declared as JmsPoolConnection Modifier and Type Field Description protected JmsPoolConnectionJmsPoolJMSContext. connectionMethods in org.messaginghub.pooled.jms that return JmsPoolConnection 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.Methods in org.messaginghub.pooled.jms with parameters of type JmsPoolConnection Modifier and Type Method Description protected JmsPoolJMSContextJmsPoolConnectionFactory. newPooledConnectionContext(JmsPoolConnection connection, int sessionMode)Allows subclasses to create an appropriate JmsPoolJMSContext wrapper for the newly create JMSContext such as one that provides support for XA Transactions.protected JmsPoolXAJMSContextJmsPoolXAConnectionFactory. newPooledConnectionContext(JmsPoolConnection connection, int sessionMode)Constructors in org.messaginghub.pooled.jms with parameters of type JmsPoolConnection Constructor Description JmsPoolJMSContext(JmsPoolConnection connection, int sessionMode)JmsPoolXAJMSContext(JmsPoolConnection connection, int sessionMode)
-