The Spring Framework

Uses of Package
org.springframework.jms.connection

Packages that use org.springframework.jms.connection
org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
org.springframework.jms.core Core package of the JMS support. 
org.springframework.jms.listener This package contains the base message listener container facility. 
 

Classes in org.springframework.jms.connection used by org.springframework.jms.connection
ConnectionFactoryUtils.ResourceFactory
          Callback interface for resource creation.
JmsResourceHolder
          Connection holder, wrapping a JMS Connection and a JMS Session.
JmsTransactionManager
          PlatformTransactionManager implementation for a single JMS ConnectionFactory.
SingleConnectionFactory
          A JMS ConnectionFactory adapter that returns the same Connection on all createConnection calls, and ignores calls to Connection.close().
 

Classes in org.springframework.jms.connection used by org.springframework.jms.core
JmsResourceHolder
          Connection holder, wrapping a JMS Connection and a JMS Session.
 

Classes in org.springframework.jms.connection used by org.springframework.jms.listener
JmsResourceHolder
          Connection holder, wrapping a JMS Connection and a JMS Session.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.