public class BusinessAgreementWithCoordinatorCompletionImple extends BusinessAgreementWithParticipantCompletionImple implements ParticipantWithComplete
_resource| Constructor and Description |
|---|
BusinessAgreementWithCoordinatorCompletionImple() |
BusinessAgreementWithCoordinatorCompletionImple(BAParticipantManager manager,
BusinessAgreementWithCoordinatorCompletionParticipant participant,
String identifier) |
BusinessAgreementWithCoordinatorCompletionImple(BusinessAgreementWithCoordinatorCompletionParticipant participant,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Complete the participant.
|
cancel, close, compensate, forget, id, participantManager, restore_state, save_state, status, unknownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, close, compensate, forget, id, restore_state, save_statepublic BusinessAgreementWithCoordinatorCompletionImple(BusinessAgreementWithCoordinatorCompletionParticipant participant, String identifier)
public BusinessAgreementWithCoordinatorCompletionImple(BAParticipantManager manager, BusinessAgreementWithCoordinatorCompletionParticipant participant, String identifier)
public BusinessAgreementWithCoordinatorCompletionImple()
public void complete()
throws InvalidParticipantException,
WrongStateException,
SystemException
ParticipantWithCompletecomplete in interface ParticipantWithCompleteInvalidParticipantException - 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 © 2018 JBoss by Red Hat. All rights reserved.