Start of Content Area

Background documentation Connector Architecture, Roles and Scenarios, Lifecycle  Locate the document in its SAP Library structure

Link to external website

The references refer to chapters 3 (Connector Architecture) and 4 (Roles and Scenarios) 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 Connector Architecture, Roles and Scenarios, Lifecycle

Requirement

JCA

Process
Integration

Comment

Reference

Page

Connection management contract

Mandatory

Mandatory

Used for the receiver/outbound direction

10

Transaction management contract

NoTransaction LocalTransaction XATransaction

Possible

XATransaction (XAResource, two-phase commit transactions, global transactions) and JCA local transactions are currently used by the Adapter Framework. You can implement them, but they are not mandatory.

10

Security contract

Mandatory

Mandatory

The Adapter Framework uses the component-managed sign-on application security model.

Use of user-specific logon data is not supported.

10

Common Client Interface (CCI)

Should be met

Mandatory

The Adapter Framework calls the adapter using CCI (Common Client Interface). CCI defines the call technology, but does not determine the semantics of the interfaces. The Adapter Framework defines additional classes and interfaces to exchange Adapter-Framework-specific objects using CCI.

10

Non-managed environment

Mandatory

Possible

The Adapter Framework always runs on the J2EE server, not as a Java application or Applet. Therefore, all JCA non-managed environment requirements are optional for the Adapter Framework.

11

 

 

 

 

 

End of Content Area