Connection Management
You use JCA connection management in the Adapter Framework to call a resource adapter. Therefore, adapters must implement the connection management contract for the Adapter Framework.

The references refer to chapter 5 (Connection Management) of the document J2EE Connector Architecture Specification, Final Version 1.0.
You can download this document at java.sun.com/j2ee/connector.
Requirements Relating to Connection Management
Requirement |
JCA |
Process |
Comment |
Reference Page |
CCI connection and ConnectionFactory can be used. The alternative is to use your own interface that meets the requirements. |
Possible |
Mandatory |
An adapter must provide the Adapter Framework with interface classes as javax.resource.cci. Connection/ ConnectionFactory implementations. |
24 |
Default implementation for javax.resource. spi.Connection Manager |
Possible |
Possible |
The two-tier approach is not used in the Adapter Framework. In the Adapter Framework context you can ignore all other restrictions and requirements relating to the two-tier approach. |
45 |
Error logging and tracing |
Possible |
Possible |
See also: Using the Technical Trace and Log |
35 |