| java.lang.Object | |||
| ↳ | org.springframework.jca.cci.object.EisOperation | ||
| ↳ | org.springframework.jca.cci.object.MappingRecordOperation | ||
| ↳ | org.springframework.jca.cci.object.MappingCommAreaOperation | ||
EIS operation object for access to COMMAREA records. Subclass of the generic MappingRecordOperation class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new MappingCommAreaQuery.
| |||||||||||
Create a new MappingCommAreaQuery.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method used to convert the COMMAREA's bytes to an object.
| |||||||||||
Subclasses must implement this method to generate an input Record
from an input object passed into the
execute method. | |||||||||||
Subclasses must implement this method to convert the Record returned
by CCI execution into a result object for the
execute method. | |||||||||||
Method used to convert an object into COMMAREA bytes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jca.cci.object.MappingRecordOperation
| |||||||||||
From class
org.springframework.jca.cci.object.EisOperation
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||
Create a new MappingCommAreaQuery.
Create a new MappingCommAreaQuery.
| connectionFactory | ConnectionFactory to use to obtain connections |
|---|---|
| interactionSpec | specification to configure the interaction |
Method used to convert the COMMAREA's bytes to an object.
| bytes | the COMMAREA's bytes |
|---|
| IOException | if thrown by I/O methods |
|---|---|
| DataAccessException | if conversion failed |
Subclasses must implement this method to generate an input Record
from an input object passed into the execute method.
| inObject | the passed-in input object |
|---|
Subclasses must implement this method to convert the Record returned
by CCI execution into a result object for the execute method.
| record | the Record returned by CCI execution |
|---|
| DataAccessException |
|---|
Method used to convert an object into COMMAREA bytes.
| inObject | the input data |
|---|
| IOException | if thrown by I/O methods |
|---|---|
| DataAccessException | if conversion failed |