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
SubtransactionsUnavailablevoid commit(boolean report_heuristics)
throws NoTransaction,
HeuristicHazard,
HeuristicMixed
void rollback()
throws NoTransaction
NoTransactionvoid rollback_only()
throws NoTransaction
NoTransactionStatus get_status()
String get_transaction_name()
void set_timeout(int seconds)
Control get_control()
Control suspend()
void resume(Control which) throws InvalidControl
InvalidControlCopyright © 2015 JacORB. All rights reserved.