Uses of Class
org.apache.aries.transaction.jms.PooledConnectionFactory

Packages that use PooledConnectionFactory
org.apache.aries.transaction.jms A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate
org.apache.aries.transaction.jms.internal   
 

Uses of PooledConnectionFactory in org.apache.aries.transaction.jms
 

Subclasses of PooledConnectionFactory in org.apache.aries.transaction.jms
 class RecoverablePooledConnectionFactory
          A pooled connection factory which is dedicated to work with the Geronimo/Aries transaction manager for proper recovery of in-flight transactions after a crash.
 

Uses of PooledConnectionFactory in org.apache.aries.transaction.jms.internal
 

Subclasses of PooledConnectionFactory in org.apache.aries.transaction.jms.internal
 class XaPooledConnectionFactory
          A pooled connection factory that automatically enlists sessions in the current active XA transaction if any.
 



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