|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.wst.stub.BAParticipantCompletionParticipantManagerStub
Constructor Summary | |
BAParticipantCompletionParticipantManagerStub(ParticipantCompletionParticipantEngine coordinator)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BAParticipantCompletionParticipantManagerStub(ParticipantCompletionParticipantEngine coordinator) throws java.lang.Exception
Method Detail |
public void exit() throws WrongStateException, UnknownTransactionException, SystemException
BAParticipantManager
exit
in interface BAParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void completed() throws WrongStateException, UnknownTransactionException, SystemException
BAParticipantManager
completed
in interface BAParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void fault() throws SystemException
BAParticipantManager
fault
in interface BAParticipantManager
SystemException
public void unknown() throws SystemException
BAParticipantManager
unknown
in interface BAParticipantManager
SystemException
public void error() throws SystemException
BAParticipantManager
error
in interface BAParticipantManager
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |