public interface CurrentOperations extends CurrentOperations
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
commit(boolean report_heuristics) |
Control |
get_control() |
Status |
get_status() |
String |
get_transaction_name() |
void |
resume(Control which) |
void |
rollback_only() |
void |
rollback() |
void |
set_timeout(int seconds) |
Control |
suspend() |
void begin() throws SubtransactionsUnavailable
SubtransactionsUnavailable
void commit(boolean report_heuristics) throws NoTransaction, HeuristicHazard, HeuristicMixed
void rollback() throws NoTransaction
NoTransaction
void rollback_only() throws NoTransaction
NoTransaction
Status get_status()
String get_transaction_name()
void set_timeout(int seconds)
Control get_control()
Control suspend()
void resume(Control which) throws InvalidControl
InvalidControl
Copyright © 2021 JBoss by Red Hat. All rights reserved.