Back Forward Java Transaction API (JTA)

Advanced featureJava Transaction API is a Java EE 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 PRPC 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 Distributed Transactions and PegaRULES Process Commander, a document on the PDN.

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

UpDefinitions