Uses of Interface
jakarta.resource.cci.InteractionSpec
-
Packages that use InteractionSpec Package Description jakarta.resource.cci The jakarta.resource.cci package contains API specification for the Common Client Interface (CCI). -
-
Uses of InteractionSpec in jakarta.resource.cci
Methods in jakarta.resource.cci with parameters of type InteractionSpec Modifier and Type Method Description Record
Interaction. execute(InteractionSpec ispec, Record input)
Executes an interaction represented by the InteractionSpec.boolean
Interaction. execute(InteractionSpec ispec, Record input, Record output)
Executes an interaction represented by the InteractionSpec.
-