Package org.eclipse.emf.spi.cdo
Interface InternalCDOTransaction.InternalCDOCommitContext
- All Superinterfaces:
CDOBranchProvider
,CDOCommitContext
- All Known Subinterfaces:
InternalCDOXATransaction.InternalCDOXACommitContext
- Enclosing interface:
- InternalCDOTransaction
Provides a context for a commit operation.
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns thetransaction
associated with this commit context.void
void
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOCommitContext
getBranch, getCommitComment, getCommitData, getCommitMergeSource, getCommitProperties, getDetachedObjects, getDirtyObjects, getIDsToUnlock, getLobs, getLocksOnNewObjects, getNewObjects, getNewPackageUnits, getRevisionDeltas, getUserID, getViewID, isAutoReleaseLocks, isPartialCommit
-
Method Details
-
getTransaction
InternalCDOTransaction getTransaction()Description copied from interface:CDOCommitContext
Returns thetransaction
associated with this commit context.- Specified by:
getTransaction
in interfaceCDOCommitContext
-
preCommit
void preCommit() -
postCommit
-