Package org.eclipse.emf.cdo.common
Interface CDOCommonTransaction
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOCommonView,- CDORevisionProvider,- CDOTimeProvider,- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.properties.IPropertiesContainer
 - All Known Subinterfaces:
- CDOTransaction,- InternalCDOTransaction,- InternalTransaction,- ITransaction
 - All Known Implementing Classes:
- CDOPushTransaction
 
 public interface CDOCommonTransaction extends CDOCommonView Abstracts the information about CDO transactions that is common to both client and server side.- Since:
- 4.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- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonViewCDOCommonView.Options
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method Summary- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonViewgetDurableLockingID, getLockOwner, getSession, getSessionID, getViewID, isDurableView, isHistorical, isReadOnly, options
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvidergetRevision
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
-