|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Vereist gedrag voor supertransactie-objecten.
Method Summary | |
void |
commit()
Commit transaction (do nothing if not active). |
java.lang.String |
getTransactionID()
Unique transaction ID. |
boolean |
isActive()
Check whether transaction has started yet. |
void |
rollback()
Rollback transaction (do nothing if not active). |
void |
start()
Start transaction (commits if already begun). |
Method Detail |
public java.lang.String getTransactionID()
public void commit()
public void start()
public void rollback()
public boolean isActive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |