Package org.eclipse.emf.spi.cdo
Interface InternalCDOXATransaction
- All Superinterfaces:
CDOUserTransaction
,CDOXATransaction
,InternalCDOUserTransaction
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
If the meaning of this type isn't clear, there really should be more of a description here... -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(InternalCDOTransaction transaction) void
add
(InternalCDOTransaction transaction, CDOID object) getCommitContext
(CDOTransaction transaction) void
remove
(InternalCDOTransaction transaction) void
rollback
(InternalCDOXASavepoint savepoint) Creates a save point in theCDOTransaction
that can be used to roll back a part of the transactionMethods inherited from interface org.eclipse.emf.cdo.transaction.CDOUserTransaction
commit, commit, rollback
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOXATransaction
add, isAllowRequestFromTransactionEnabled, remove, setAllowRequestFromTransactionEnabled
-
Method Details
-
setSavepoint
InternalCDOXASavepoint setSavepoint()Description copied from interface:CDOUserTransaction
Creates a save point in theCDOTransaction
that can be used to roll back a part of the transactionSave points do not involve the server side, everything is done on the client side.
- Specified by:
setSavepoint
in interfaceCDOUserTransaction
- Specified by:
setSavepoint
in interfaceCDOXATransaction
- Specified by:
setSavepoint
in interfaceInternalCDOUserTransaction
- Since:
- 3.0
-
getLastSavepoint
InternalCDOXASavepoint getLastSavepoint()- Specified by:
getLastSavepoint
in interfaceCDOUserTransaction
- Specified by:
getLastSavepoint
in interfaceCDOXATransaction
- Specified by:
getLastSavepoint
in interfaceInternalCDOUserTransaction
- Since:
- 3.0
-
rollback
- Since:
- 3.0
-
add
- Since:
- 3.0
-
add
- Since:
- 3.0
-
remove
- Since:
- 3.0
-
getCommitContext
-