public interface Participant
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
commitOnePhase() |
Vote |
prepare() |
void |
rollback() |
Vote prepare() throws ParticipantException
ParticipantException
void commit() throws ParticipantException, HeuristicException
void commitOnePhase() throws ParticipantException
ParticipantException
void rollback() throws ParticipantException, HeuristicException
Copyright © 2021 JBoss by Red Hat. All rights reserved.