public class AtomicTransaction extends AtomicTransaction
_theAction, _theStatus, _timeout, NESTED, TOP_LEVEL
Constructor and Description |
---|
AtomicTransaction() |
AtomicTransaction(ControlWrapper tx) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Does not change thread-to-tx association as base class rollback does.
|
void |
end(boolean report_heuristics)
Does not change thread-to-tx association as base class commit does.
|
Xid |
get_xid(boolean branch) |
ControlWrapper |
getControlWrapper() |
begin, commit, control, equals, finalize, get_status, get_timeout, get_transaction_name, get_txcontext, get_uid, getStatus, getTimeout, hashCode, registerResource, registerSubtranAware, registerSynchronization, resume, rollback, rollbackOnly, set_timeout, suspend, validTransaction
public AtomicTransaction()
public AtomicTransaction(ControlWrapper tx)
public void end(boolean report_heuristics) throws NoTransaction, HeuristicMixed, HeuristicHazard, WrongTransaction, SystemException
public void abort() throws NoTransaction, WrongTransaction, SystemException
public final ControlWrapper getControlWrapper()
public final Xid get_xid(boolean branch) throws SystemException
SystemException
Copyright © 2021 JBoss by Red Hat. All rights reserved.