Uses of Interface
javax.resource.cci.InteractionSpec

Packages that use InteractionSpec
javax.resource.cci   
 

Uses of InteractionSpec in javax.resource.cci
 

Methods in javax.resource.cci with parameters of type InteractionSpec
 Record Interaction.execute(InteractionSpec ispec, Record input)
          Executes, returning a result.
 boolean Interaction.execute(InteractionSpec ispec, Record input, Record output)
          Executes an interaction.