The Spring Framework

Package org.springframework.jms.connection

Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.

See:
          Description

Interface Summary
ConnectionFactoryUtils.ResourceFactory Callback interface for resource creation.
 

Class Summary
ChainedExceptionListener Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.
ConnectionFactoryUtils Helper class for obtaining transactional JMS resources for a given ConnectionFactory.
JmsResourceHolder Connection holder, wrapping a JMS Connection and a JMS Session.
JmsTransactionManager PlatformTransactionManager implementation for a single JMS ConnectionFactory.
JmsTransactionManager102 A subclass of JmsTransactionManager that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTransactionManager itself.
SingleConnectionFactory A JMS ConnectionFactory adapter that returns the same Connection on all createConnection calls, and ignores calls to Connection.close().
SingleConnectionFactory102 A subclass of SingleConnectionFactory that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by SingleConnectionFactory itself.
TransactionAwareConnectionFactoryProxy Proxy for a target ConnectionFactory, adding awareness of Spring-managed transactions.
UserCredentialsConnectionFactoryAdapter An adapter for a target ConnectionFactory, applying the given user credentials to every standard createConnection() call, that is, implicitly invoking createConnection(username, password) on the target.
 

Exception Summary
SynchedLocalTransactionFailedException Exception thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).
 

Package org.springframework.jms.connection Description

Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.