Uses of Interface
javax.resource.cci.Record
Packages that use Record
Package
Description
The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
-
Uses of Record in javax.resource.cci
Subinterfaces of Record in javax.resource.cciModifier and TypeInterfaceDescriptioninterfaceIndexedRecord represents an ordered collection of record elements based on thejava.util.Listinterface.interfaceThe interfacejavax.resource.cci.MappedRecordis used for key-value map based representation of record elements.interfaceA ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..Methods in javax.resource.cci that return RecordModifier and TypeMethodDescriptionInteraction.execute(InteractionSpec ispec, Record input) Executes an interaction represented by the InteractionSpec.This method allows an EIS to call a message endpoint using a request-response style communication.Methods in javax.resource.cci with parameters of type RecordModifier and TypeMethodDescriptionInteraction.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.This method allows an EIS to call a message endpoint using a request-response style communication.