public interface ParticipantWithComplete extends Participant
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Complete the participant.
|
cancel, close, compensate, forget, id, restore_state, save_statevoid complete()
throws InvalidParticipantException,
WrongStateException,
SystemException
InvalidParticipantException - Thrown if the participant identity is invalid
(e.g., refers to an unknown participant.)WrongStateException - Thrown if the state of the participant is such that
it cannot cancel.SystemException - Thrown if some other error occurred.Copyright © 2013. All rights reserved.