站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Package org.springframework.jms.connection (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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
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().
 



Copyright (c) 2002-2007 The Spring Framework Project.