|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOUserTransaction
Provides functionality that is common to both single transactions and distributed (XA) transactions.
| Method Summary | |
|---|---|
CDOCommitInfo |
commit()
|
CDOCommitInfo |
commit(IProgressMonitor progressMonitor)
|
CDOUserSavepoint |
getLastSavepoint()
|
void |
rollback()
|
CDOUserSavepoint |
setSavepoint()
Creates a save point in the CDOTransaction that can be used to roll back a part of the transaction
Save points do not involve the server side, everything is done on the client side. |
| Method Detail |
|---|
CDOCommitInfo commit()
throws CommitException
CommitException
CDOCommitInfo commit(IProgressMonitor progressMonitor)
throws CommitException
CommitExceptionvoid rollback()
CDOUserSavepoint setSavepoint()
CDOTransaction that can be used to roll back a part of the transaction
Save points do not involve the server side, everything is done on the client side.
CDOUserSavepoint getLastSavepoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||