|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XA
is the name of the services shared by the TM and the RM.
The XA services are provided by RMs and are called by TM.
This interface is revised from the X/Open standard.
Method Summary | |
boolean |
xa_close()
Transaction Manager calls xa_close() to close the transaction for specific Resource Manager |
boolean |
xa_commit()
Transaction Manager calls xa_commit() to commit the transaction for specific Resource Manager. |
int |
xa_prepare()
Transaction Manager calls xa_prepare() to notify the Resource Manager to return their vote for this global transaction. |
boolean |
xa_rollback()
Transaction Manager calls xa_rollback() to rollback the transaction for specific Resource Manager. |
Method Detail |
public boolean xa_close()
public boolean xa_commit()
public boolean xa_rollback()
public int xa_prepare() throws PreparedTimeoutException
PreparedTimeoutException
- this exception is thrown when there is no responce
from Resource Manager.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |