Show TOC

Connection ManagementLocate this document in the navigation structure

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.

Note

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 PI Comment ReferencePage

CCI connection and ConnectionFactory can be used.

Alternatively, you can 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

Optional

The two-tier approach is not used in the Adapter Framework.

In the Adapter Framework, you can ignore all other restrictions and requirements relating to the two-tier approach.

45

Error logging and tracing

Possible

Optional

Using the Technical Trace and Log

35