public interface TransactionResource extends Openable
| Modifier and Type | Method and Description |
|---|---|
handle |
getTxInitProcedure()
Get the TRANS-INIT-PROCEDURE attribute.
|
logical |
isDefaultCommit()
Check the value of the DEFAULT-COMMIT attribute.
|
logical |
setCommit()
If we are in a TRANSACTION-MODE AUTOMATIC state, mark a pending commit for the current
top-level block.
|
void |
setDefaultCommit(boolean l)
Set the value of the DEFAULT-COMMIT attribute.
|
void |
setDefaultCommit(logical l)
Set the value of the DEFAULT-COMMIT attribute.
|
logical |
setRollback()
If we are in a TRANSACTION-MODE AUTOMATIC state, mark a pending rollback for the current
top-level block.
|
logical isDefaultCommit()
void setDefaultCommit(logical l)
l - The value of the DEFAULT-COMMIT attribute.void setDefaultCommit(boolean l)
l - The value of the DEFAULT-COMMIT attribute.handle getTxInitProcedure()
logical setCommit()
true if the pending commit was set.logical setRollback()
true if the pending rollback was set.