|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BAParticipantManager
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()
The participant has completed it works, but wishes to continue in the business activity, so that it will eventually be told when (and how) the activity terminates. |
void |
error()
An error has occurred during the execution of the protocol that the participant wants to communicate to the coordinator. |
void |
exit()
The participant has exited the business activity. |
void |
fault()
Fault. |
void |
unknown()
An unknown error has occurred that the participant wants to communicate to the coordinator. |
Method Detail |
---|
void exit() throws WrongStateException, UnknownTransactionException, SystemException
WrongStateException
UnknownTransactionException
SystemException
void completed() throws WrongStateException, UnknownTransactionException, SystemException
WrongStateException
UnknownTransactionException
SystemException
void fault() throws SystemException
SystemException
void unknown() throws SystemException
SystemException
void error() throws SystemException
SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |