The Spring Framework

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

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

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.