|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOUserTransaction
Only deal with transaction process.
| Method Summary | |
|---|---|
void |
commit()
|
void |
commit(IProgressMonitor progressMonitor)
|
CDOSavepoint |
getLastSavepoint()
|
void |
rollback()
|
void |
rollback(CDOSavepoint savepoint)
|
CDOSavepoint |
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 |
|---|
void commit()
throws org.eclipse.net4j.util.transaction.TransactionException
org.eclipse.net4j.util.transaction.TransactionException
void commit(IProgressMonitor progressMonitor)
throws org.eclipse.net4j.util.transaction.TransactionException
org.eclipse.net4j.util.transaction.TransactionExceptionvoid rollback()
void rollback(CDOSavepoint savepoint)
CDOSavepoint 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.
CDOSavepoint getLastSavepoint()
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||