org.eclipse.emf.spi.cdo
Interface InternalCDOUserTransaction

All Superinterfaces:
CDOUserTransaction
All Known Subinterfaces:
InternalCDOTransaction, InternalCDOXATransaction

public interface InternalCDOUserTransaction
extends CDOUserTransaction

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
3.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 InternalCDOUserSavepoint getLastSavepoint()
           
 InternalCDOUserSavepoint 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.
 
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOUserTransaction
commit, commit, rollback
 

Method Detail

setSavepoint

InternalCDOUserSavepoint setSavepoint()
Description copied from interface: CDOUserTransaction
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.

Specified by:
setSavepoint in interface CDOUserTransaction

getLastSavepoint

InternalCDOUserSavepoint getLastSavepoint()
Specified by:
getLastSavepoint in interface CDOUserTransaction


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.