|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
When a Business Activity participant registers with a BA transaction it gets a reference to the transaction coordinator that lets it callback into the transaction and drive the state-transition. One instance of this per transaction.
Method Summary | |
void |
completed(java.lang.String id)
The participant has completed. |
void |
exited(java.lang.String id)
The participant has exited. |
void |
faulted(java.lang.String id)
|
Method Detail |
public void exited(java.lang.String id) throws WrongStateException, UnknownTransactionException, UnknownParticipantException, SystemException
WrongStateException
UnknownTransactionException
UnknownParticipantException
SystemException
public void completed(java.lang.String id) throws WrongStateException, UnknownTransactionException, UnknownParticipantException, SystemException
WrongStateException
UnknownTransactionException
UnknownParticipantException
SystemException
public void faulted(java.lang.String id) throws WrongStateException, UnknownTransactionException, UnknownParticipantException, SystemException
WrongStateException
UnknownTransactionException
UnknownParticipantException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |