Uses of Interface
javax.resource.cci.InteractionSpec
-
Packages that use InteractionSpec Package Description 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 Modifier and Type Method Description RecordInteraction. execute(InteractionSpec ispec, Record input)Executes an interaction represented by the InteractionSpec.booleanInteraction. execute(InteractionSpec ispec, Record input, Record output)Executes an interaction represented by the InteractionSpec.
-