|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
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 error occurs (e.g., the transaction service is unavailable) then this operation will be invoked. |
java.lang.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. |
Method Detail |
public void close() throws WrongStateException, SystemException
WrongStateException
SystemException
public void cancel() throws WrongStateException, SystemException
WrongStateException
SystemException
public void compensate() throws FaultedException, WrongStateException, SystemException
FaultedException
WrongStateException
SystemException
public java.lang.String status() throws SystemException
SystemException
public void unknown() throws SystemException
SystemException
public void error() throws SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |