Method Summary |
|
public void | begin() Starts a resource transaction. |
public void | commit() Commits a resource transaction. |
public boolean | getRollbackOnly() Returns true if the transaction is for rollback only. |
public boolean | isActive() Test if a transaction is in progress. |
public void | rollback() Rolls the current transaction back. |
public void | setRollbackOnly() Marks the current transaction for rollback only. |