Uses of Package
org.apache.aries.transaction.jms.internal

Packages that use org.apache.aries.transaction.jms.internal
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   
 

Classes in org.apache.aries.transaction.jms.internal used by org.apache.aries.transaction.jms
ConnectionKey
          A cache key for the connection details
ConnectionPool
          Holds a real JMS connection along with the session pools associated with it.
XaPooledConnectionFactory
          A pooled connection factory that automatically enlists sessions in the current active XA transaction if any.
 

Classes in org.apache.aries.transaction.jms.internal used by org.apache.aries.transaction.jms.internal
ConnectionKey
          A cache key for the connection details
ConnectionPool
          Holds a real JMS connection along with the session pools associated with it.
GenericResourceManager
           
PooledConnection
          Represents a proxy Connection which is-a TopicConnection and QueueConnection which is pooled and on PooledConnection.close() will return itself to the sessionPool.
PooledProducer
          A pooled MessageProducer
PooledSession
           
SessionKey
          A cache key for the session details
SessionPool
          Represents the session pool for a given JMS connection.
XaConnectionPool
          An XA-aware connection pool.
 



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