Package | Description |
---|---|
javax.resource.cci |
J2EE Connector API - Common Client Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedRecord
The IndexedRecord interface is used for list oriented representations of the
Record elements.
|
interface |
MappedRecord
The MappedRecord interface is used for key-value map based representation of
the Record elements.
|
interface |
ResultSet
A ResultSet represents tabular data returned from the underlying resource by
the execution of an interaction.
|
Modifier and Type | Method and Description |
---|---|
Record |
Interaction.execute(InteractionSpec spec,
Record input)
Executes the interaction specified by the InteractionSpec with the
specified input.
|
Record |
MessageListener.onMessage(Record inputData)
Request response style message listener
|
Modifier and Type | Method and Description |
---|---|
Record |
Interaction.execute(InteractionSpec spec,
Record input)
Executes the interaction specified by the InteractionSpec with the
specified input.
|
boolean |
Interaction.execute(InteractionSpec spec,
Record input,
Record output)
Executes the interaction specified by the InteractionSpec with the
specified input.
|
Record |
MessageListener.onMessage(Record inputData)
Request response style message listener
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.