Package com.arjuna.wst
Interface BusinessAgreementWithCoordinatorCompletionParticipant
- All Superinterfaces:
BusinessAgreementWithParticipantCompletionParticipant
- All Known Implementing Classes:
BusinessAgreementWithCoordinatorCompletionStub
,SubordinateCoordinatorCompletionParticipantStub
public interface BusinessAgreementWithCoordinatorCompletionParticipant
extends BusinessAgreementWithParticipantCompletionParticipant
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete()
The coordinator is informing the participant that all work it needs to do within the scope of this business activity has been received.Methods inherited from interface com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
cancel, close, compensate, error, status, unknown
-
Method Details
-
complete
The coordinator is informing the participant that all work it needs to do within the scope of this business activity has been received.- Throws:
WrongStateException
SystemException
-