当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
SmartConnectionFactory (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jms.connection
Interface SmartConnectionFactory
- All Superinterfaces:
- ConnectionFactory
- All Known Implementing Classes:
- DelegatingConnectionFactory
public interface SmartConnectionFactory
- extends ConnectionFactory
Extension of the javax.jms.ConnectionFactory
interface,
indicating how to release Connections obtained from it.
- Since:
- 2.0.2
- Author:
- Juergen Hoeller
Method Summary |
boolean |
shouldStop(Connection con)
Should we stop the Connection, obtained from this ConnectionFactory? |
shouldStop
boolean shouldStop(Connection con)
- Should we stop the Connection, obtained from this ConnectionFactory?
- Parameters:
con
- the Connection to check
- Returns:
- whether a stop call is necessary
- See Also:
Connection.stop()
Copyright © 2002-2007 The Spring Framework.