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, unknown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, close, compensate, forget, id, restore_state, save_state
public BusinessAgreementWithCoordinatorCompletionImple(BusinessAgreementWithCoordinatorCompletionParticipant participant, String identifier)
public BusinessAgreementWithCoordinatorCompletionImple(BAParticipantManager manager, BusinessAgreementWithCoordinatorCompletionParticipant participant, String identifier)
public BusinessAgreementWithCoordinatorCompletionImple()
public void complete() throws InvalidParticipantException, WrongStateException, SystemException
ParticipantWithComplete
complete
in interface ParticipantWithComplete
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.