Show TOC Anfang des Inhaltsbereichs

Funktionsdokumentation Resource Adapter Transaction Support Dokument im Navigationsbaum lokalisieren

Use

The transaction support defines whether the resources provided by this resource adapter can be enlisted in transactions, and whether they support enlistment in local or global transactions. This information is stored in the standard deployment descriptor of the resource adapter (ra.xml) in the  <transaction-support> tag.

Features

You can set tree values for the transaction support type:

·        NoTransaction – this denotes that the resource adapter does not support transactions

·        LocalTransaction – the resource adapter only supports local transactions

·        XATransaction – the resource adapter supports both local and distributed transactions

Beispiel

<transaction-support>NoTransaction</transaction-support>

<transaction-support>LocalTransaction</transaction-support>

<transaction-support>XATransaction</transaction-support>

See also:

Implementing Transaction Support

 

 

Ende des Inhaltsbereichs