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. 
 

Classes in org.springframework.jms.connection used by org.springframework.jms.connection
ConnectionHolder
          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 close.
 



Copyright (C) 2003-2004 The Spring Framework Project.