|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base Participant.
Method Summary | |
void |
commit()
The participant should make permanent the work that it controls. |
void |
error()
During recovery the participant can enquire as to the status of the transaction it was registered with. |
Vote |
prepare()
Perform any work necessary to allow it to either commit or rollback the work performed by the Web service under the scope of the transaction. |
void |
rollback()
The participant should undo the work that it controls. |
void |
unknown()
During recovery the participant can enquire as to the status of the transaction it was registered with. |
Method Detail |
public Vote prepare() throws WrongStateException, SystemException
WrongStateException
SystemException
Vote
public void commit() throws WrongStateException, SystemException
WrongStateException
SystemException
public void rollback() throws WrongStateException, SystemException
WrongStateException
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 |