Java 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.
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 Distributed Transactions and PegaRULES Process Commander, a document on the Pega Developer Network.
external class, internal class, J2EE, two-phase commit | |
Commit
method
Rollback method Understanding locking Understanding locking and transactions during flow executions |