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

Uses of Interface org.springframework.jca.cci.core.ConnectionCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.jca.cci.core.ConnectionCallback

Packages that use ConnectionCallback
org.springframework.jca.cci.core Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces. 
 

Uses of ConnectionCallback in org.springframework.jca.cci.core
 

Methods in org.springframework.jca.cci.core with parameters of type ConnectionCallback
 Object CciTemplate.execute(ConnectionCallback action)
           
 Object CciOperations.execute(ConnectionCallback action)
          Execute a request on an EIS with CCI, implemented as callback action working on a CCI Connection.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.