|
||||||||||
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 |
cannotComplete()
Cannot complete. |
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 |
exit()
The participant has exited the business activity. |
void |
fail(QName exceptionIdentifier)
Fault. |
Method Detail |
---|
void exit() throws WrongStateException, UnknownTransactionException, SystemException
WrongStateException
UnknownTransactionException
SystemException
void completed() throws WrongStateException, UnknownTransactionException, SystemException
WrongStateException
UnknownTransactionException
SystemException
void cannotComplete() throws WrongStateException, UnknownTransactionException, SystemException
WrongStateException
UnknownTransactionException
SystemException
void fail(QName exceptionIdentifier) throws SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |