public interface ParticipantWithComplete extends Participant
Modifier and Type | Method and Description |
---|---|
void |
complete()
Complete the participant.
|
cancel, close, compensate, forget, id, restore_state, save_state
void 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 © 2016 JBoss by Red Hat. All rights reserved.