org.springframework.jca.cci.object |
The classes in this package represent EIS operations as threadsafe,
reusable objects. This higher level of CCI abstraction depends on the
lower-level abstraction in the org.springframework.jca.cci.core package.
Exceptions thrown are as in the org.springframework.dao package,
meaning that code using this package does not need to worry about error handling.
|
Java Source File Name | Type | Comment |
EisOperation.java | Class | Base class for EIS operation objects that work with the CCI API.
Encapsulates a CCI ConnectionFactory and a CCI InteractionSpec.
Works with a CciTemplate instance underneath. |
MappingCommAreaOperation.java | Class | EIS operation object for access to COMMAREA records. |
MappingRecordOperation.java | Class | EIS operation object that expects mapped input and output objects,
converting to and from CCI Records. |
SimpleRecordOperation.java | Class | EIS operation object that accepts a passed-in CCI input Record
and returns a corresponding CCI output Record. |