org.springframework.jca.cci |
This package contains Spring's support for the Common Client Interface (CCI),
as defined by the J2EE Connector Architecture. It is conceptually similar
to the org.springframework.jdbc package, providing the same
levels of data access abstraction.
|
Java Source File Name | Type | Comment |
CannotCreateRecordException.java | Class | Exception thrown when the creating of a CCI Record failed
for connector-internal reasons. |
CannotGetCciConnectionException.java | Class | Fatal exception thrown when we can't connect to an EIS using CCI. |
CciOperationNotSupportedException.java | Class | Exception thrown when the connector doesn't support a specific CCI operation. |
InvalidResultSetAccessException.java | Class | Exception thrown when a ResultSet has been accessed in an invalid fashion. |
RecordTypeNotSupportedException.java | Class | Exception thrown when the creating of a CCI Record failed because
the connector doesn't support the desired CCI Record type. |