public class BusinessAgreementWithParticipantCompletionStub extends Object implements BusinessAgreementWithParticipantCompletionParticipant, PersistableParticipant
Constructor and Description |
---|
BusinessAgreementWithParticipantCompletionStub()
constructor for use during recovery
|
BusinessAgreementWithParticipantCompletionStub(ParticipantCompletionCoordinatorEngine participant) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
The transaction has cancelled, and the participant should undo any work.
|
void |
close()
The transaction has completed successfully.
|
void |
compensate()
The transaction has cancelled.
|
void |
error()
If the participant enquired as to the status of the transaction it was
registered with and an unrecoverable error occurs then this operation will be
invoked.
|
boolean |
restoreState(com.arjuna.ats.arjuna.state.InputObjectState ios)
Restore the state of the particpant from the specified input object stream.
|
boolean |
saveState(com.arjuna.ats.arjuna.state.OutputObjectState oos)
Save the state of the particpant to the specified input object stream.
|
String |
status() |
void |
unknown()
If the participant enquires as to the status of the transaction it was
registered with and that transaction is no longer available (has rolled
back) then this operation will be invoked by the coordination service.
|
public BusinessAgreementWithParticipantCompletionStub(ParticipantCompletionCoordinatorEngine participant) throws Exception
Exception
public BusinessAgreementWithParticipantCompletionStub()
public void close() throws WrongStateException, SystemException
BusinessAgreementWithParticipantCompletionParticipant
close
in interface BusinessAgreementWithParticipantCompletionParticipant
WrongStateException
SystemException
public void cancel() throws FaultedException, WrongStateException, SystemException
BusinessAgreementWithParticipantCompletionParticipant
cancel
in interface BusinessAgreementWithParticipantCompletionParticipant
FaultedException
WrongStateException
SystemException
public void compensate() throws FaultedException, WrongStateException, SystemException
BusinessAgreementWithParticipantCompletionParticipant
compensate
in interface BusinessAgreementWithParticipantCompletionParticipant
FaultedException
- if the participant was unable to
perform the required compensation action because of an
unrecoverable error. The coordinator is notified of this fault
and as a result will stop resending compensation requests.SystemException
- if the participant was unable to
perform the required compensation action because of a transient
fault. The coordinator is not notified of this fault so it
will retry the compensate request after a suitable timeout.WrongStateException
public String status() throws SystemException
status
in interface BusinessAgreementWithParticipantCompletionParticipant
SystemException
public void unknown() throws SystemException
BusinessAgreementWithParticipantCompletionParticipant
unknown
in interface BusinessAgreementWithParticipantCompletionParticipant
SystemException
public void error() throws SystemException
BusinessAgreementWithParticipantCompletionParticipant
error
in interface BusinessAgreementWithParticipantCompletionParticipant
SystemException
public boolean saveState(com.arjuna.ats.arjuna.state.OutputObjectState oos)
PersistableParticipant
saveState
in interface PersistableParticipant
oos
- The output output stream.public boolean restoreState(com.arjuna.ats.arjuna.state.InputObjectState ios)
PersistableParticipant
restoreState
in interface PersistableParticipant
ios
- The Input object stream.Copyright © 2016 JBoss by Red Hat. All rights reserved.