background image
<< Communication Functions | Understanding Tuxedo Vuser Scripts >>
<< Communication Functions | Understanding Tuxedo Vuser Scripts >>

Transaction Handling Functions

Creating Vuser Scripts
Chapter 11, page 196
Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
In
Transaction Handling Functions
lrt_tpabort
Aborts the current transaction.
lrt_tpbegin
Begins a transaction.
lrt_tpcommit
Commits the current transaction.
lrt_tpgetlev
Checks if a transaction is in progress.
lrt_tpresume
Resumes a global transaction.
lrt_tpscmt
Sets when lrt_tpcommit should return.
lrt_tpsuspend
Suspends a global transaction.
lrt_tx_begin
Begins a global transaction.
lrt_tx_close
Closes a set of resource managers.
lrt_tx_commit
Commits a global transaction.
lrt_tx_info
Returns global transaction information.
lrt_tx_open
Opens a set of resource managers.
lrt_tx_rollback
Rolls back a global transaction.
lrt_tx_set_commit_return
Sets the commit_return characteristic to the
value specified in when_return.
lrt_tx_set_transaction_control
Sets the transaction_control characteristic to the
value specified in control.
lrt_tx_set_transaction_timeout
Sets the transaction_timeout characteristic to the
value specified in timeout.