| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ConnectionFactoryUtils.ResourceFactory | Callback interface for resource creation. | 
| SessionProxy | Subinterface of Sessionto be implemented by
 Session proxies. | 
| SmartConnectionFactory | Extension of the javax.jms.ConnectionFactoryinterface,
 indicating how to release Connections obtained from it. | 
| Class Summary | |
|---|---|
| CachingConnectionFactory | SingleConnectionFactorysubclass that addsSessioncaching as wellMessageProducercaching. | 
| ChainedExceptionListener | Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order. | 
| ConnectionFactoryUtils | Helper class for managing a JMS ConnectionFactory, in particular
 for obtaining transactional JMS resources for a given ConnectionFactory. | 
| DelegatingConnectionFactory | ConnectionFactoryimplementation that delegates all calls
 to a given targetConnectionFactory, adapting specificcreate(Queue/Topic)Connectioncalls to the target ConnectionFactory
 if necessary (e.g. when running JMS 1.0.2 API based code against a generic
 JMS 1.1 ConnectionFactory, such as ActiveMQ's PooledConnectionFactory). | 
| JmsResourceHolder | JMS resource holder, wrapping a JMS Connection and a JMS Session. | 
| JmsTransactionManager | PlatformTransactionManagerimplementation
 for a single JMSConnectionFactory. | 
| JmsTransactionManager102 | A subclass of JmsTransactionManagerfor the JMS 1.0.2 specification,
 not relying on JMS 1.1 methods like JmsTransactionManager itself. | 
| SingleConnectionFactory | A JMS ConnectionFactory adapter that returns the same Connection
 from all SingleConnectionFactory.createConnection()calls, and ignores calls toConnection.close(). | 
| SingleConnectionFactory102 | A subclass of SingleConnectionFactoryfor the JMS 1.0.2 specification,
 not relying on JMS 1.1 methods like SingleConnectionFactory itself. | 
| TransactionAwareConnectionFactoryProxy | Proxy for a target JMS ConnectionFactory, adding awareness of
 Spring-managed transactions. | 
| UserCredentialsConnectionFactoryAdapter | An adapter for a target JMS ConnectionFactory, applying the
 given user credentials to every standardcreateConnection()call,
 that is, implicitly invokingcreateConnection(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). | 
Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||