com.arjuna.wst
Interface BusinessAgreementWithCoordinatorCompletionParticipant

All Superinterfaces:
BusinessAgreementWithParticipantCompletionParticipant
All Known Implementing Classes:
BusinessAgreementWithCoordinatorCompletionStub, SubordinateCoordinatorCompletionParticipantStub

public interface BusinessAgreementWithCoordinatorCompletionParticipant
extends BusinessAgreementWithParticipantCompletionParticipant


Method Summary
 void 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 Detail

complete

void complete()
              throws WrongStateException,
                     SystemException
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


Copyright © 2011. All Rights Reserved.