public class ControlWrapper extends Object implements Reapable
Constructor and Description |
---|
ControlWrapper(Control c) |
ControlWrapper(Control c,
ControlImple impl) |
ControlWrapper(ControlImple impl) |
ControlWrapper(Control c,
Uid u) |
public ControlWrapper(Control c)
public ControlWrapper(ControlImple impl)
public ControlWrapper(Control c, ControlImple impl)
public boolean preventCommit()
preventCommit
in interface Reapable
public ControlWrapper create_subtransaction() throws Unavailable, Inactive, SubtransactionsUnavailable, SystemException
public final void commit(boolean report_heuristics) throws Unavailable, HeuristicMixed, HeuristicHazard, SystemException
public final void rollback() throws Unavailable, NoTransaction, SystemException
Unavailable
NoTransaction
SystemException
public final void rollback_only() throws Unavailable, NoTransaction, Inactive, SystemException
public final RecoveryCoordinator register_resource(Resource r) throws Inactive, SystemException
Inactive
SystemException
public final void register_subtran_aware(SubtransactionAwareResource sr) throws Inactive, NotSubtransaction, SystemException
Inactive
NotSubtransaction
SystemException
public final void register_synchronization(Synchronization sync) throws Inactive, SynchronizationUnavailable, SystemException
public final Status get_status() throws SystemException
SystemException
public final String get_transaction_name() throws SystemException
SystemException
public final Control get_control() throws Unavailable, SystemException
Unavailable
SystemException
public final Coordinator get_coordinator() throws SystemException, Unavailable
SystemException
Unavailable
public final Terminator get_terminator() throws SystemException, Unavailable
SystemException
Unavailable
public final int hash_transaction() throws SystemException
SystemException
public boolean equals(Object e)
public String toString()
public int hashCode()
public final Control getControl()
public final ControlImple getImple()
public final boolean isLocal()
public final void determineLocality()
Copyright © 2021 JBoss by Red Hat. All rights reserved.