Package org.eclipse.emf.spi.cdo
Interface CDOTransactionStrategy
public interface CDOTransactionStrategy
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 2.0
- Author:
- Simon McDuff
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncommit
(InternalCDOTransaction transaction, IProgressMonitor progressMonitor) TODO Better use anOMMonitor
?void
rollback
(InternalCDOTransaction transaction, InternalCDOUserSavepoint savepoint) setSavepoint
(InternalCDOTransaction transaction) void
setTarget
(InternalCDOTransaction transaction) void
unsetTarget
(InternalCDOTransaction transaction)
-
Field Details
-
DEFAULT
-
-
Method Details
-
setTarget
-
unsetTarget
-
commit
CDOCommitInfo commit(InternalCDOTransaction transaction, IProgressMonitor progressMonitor) throws Exception TODO Better use anOMMonitor
?- Throws:
Exception
- Since:
- 3.0
-
rollback
- Since:
- 3.0
-
setSavepoint
- Since:
- 3.0
-