Uses of Interface
javax.resource.cci.InteractionSpec

Packages that use InteractionSpec
javax.resource.cci The javax.resource.cci package contains API specification for the Common Client Interface (CCI). 
 

Uses of InteractionSpec in javax.resource.cci
 

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