|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
EisOperation | Base class for EIS operation objects that work with the CCI API. |
MappingCommAreaOperation | EIS operation object for access to COMMAREA records. |
MappingRecordOperation | EIS operation object that expects mapped input and output objects, converting to and from CCI Records. |
SimpleRecordOperation | EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record. |
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.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |