Back Forward Java Transaction API (JTA)

Advanced featureJava Transaction API is a J2EE API that allow distributed transactions to be committed across multiple databases. JTA is a specification developed under the Java Community Process as JSR 907. C-1940 5.1SP1

When Process Commander is installed as an Enterprise tier application (and the XA version of database drivers are installed) the Commit and Rollback methods apply to both internal and external classes, implementing a distributed transaction. Informally, this is known as "two-phase commit".

For more information, see PDNDistributed Transactions and PegaRULES Process Commander, a document on the Pega Developer Network.

Definitions external class, internal class, J2EE, two-phase commit
Related topics Commit method
Rollback method
Understanding locking
Understanding locking and transactions during flow executions

UpDefinitions — J