Package | Description |
---|---|
javax.resource.cci |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedRecord
Represents an ordered collection of elements.
|
interface |
MappedRecord
Represents an mapped collection of elements.
|
interface |
ResultSet
Represents results from a connection.
|
Modifier and Type | Method and Description |
---|---|
Record |
Interaction.execute(InteractionSpec ispec,
Record input)
Executes, returning a result.
|
Record |
MessageListener.onMessage(Record inputData) |
Modifier and Type | Method and Description |
---|---|
Record |
Interaction.execute(InteractionSpec ispec,
Record input)
Executes, returning a result.
|
boolean |
Interaction.execute(InteractionSpec ispec,
Record input,
Record output)
Executes an interaction.
|
Record |
MessageListener.onMessage(Record inputData) |