Package org.objectweb.transaction.api.coordination

Specification of the Coordination API.

See:
          Description

Interface Summary
CoordinationFeature Feature of validation for the commit engine
 

Package org.objectweb.transaction.api.coordination Description

Specification of the Coordination API.

Table of contents

  1. About Coordination
  2. Example

This part includes only the interfaces dealing with the purpose of the coordination process. This means mainly that only Durability properties are considered in this part.

About Coordination

The coordination process is a notion that has been recently specified in the web-services specifications but the notion of coordination is something that has always existed in transaction monitors. The purpose of this package is to specify the behavior of a coordination engine and what are the required interfaces for defining such engine.

Example