| Package | Description | 
|---|---|
| jakarta.resource.cci | The jakarta.resource.cci package contains API specification for the Common
Client Interface (CCI). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IndexedRecordIndexedRecord represents an ordered collection of record elements 
  based on the  java.util.Listinterface. | 
| interface  | MappedRecordThe interface  jakarta.resource.cci.MappedRecordis 
  used for key-value map based representation of record elements. | 
| interface  | ResultSetA ResultSet represents tabular data that is retrieved from an EIS
  instance by the execution of an Interaction.. | 
| Modifier and Type | Method and Description | 
|---|---|
| Record | Interaction. execute(InteractionSpec ispec,
       Record input)Executes an interaction represented by the InteractionSpec. | 
| Record | MessageListener. onMessage(Record inputData)This method allows an EIS to call a message endpoint using a 
 request-response style communication. | 
| Modifier and Type | Method and 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. | 
| Record | MessageListener. onMessage(Record inputData)This method allows an EIS to call a message endpoint using a 
 request-response style communication. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.