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