Package org.eclipse.emf.cdo.spi.server
Interface InternalTransaction
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOCommonTransaction,- CDOCommonView,- CDORevisionProvider,- CDOTimeProvider,- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.concurrent.IExecutorServiceProvider,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.event.INotifier,- InternalView,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.properties.IPropertiesContainer,- ITransaction,- IView
 
 public interface InternalTransaction extends ITransaction, InternalView If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.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 SummaryNested Classes Modifier and Type Interface Description static classInternalTransaction.CommitAttempt- 
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCommitContextcreateCommitContext()InternalTransaction.CommitAttemptgetLastCommitAttempt()voidsetLastCommitAttempt(InternalTransaction.CommitAttempt lastCommitAttempt)- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonViewgetDurableLockingID, getLockOwner, 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
 - 
Methods inherited from interface org.eclipse.net4j.util.concurrent.IExecutorServiceProvidergetExecutorService
 - 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleactivate, deactivate, getLifecycleState, isActive
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.emf.cdo.spi.server.InternalViewchangeTarget, clearChangeSubscription, closeUnit, doClose, getRepository, getSession, hasSubscription, inverseClose, isInOpenUnit, openUnit, setBranchPoint, setDurableLockingID, subscribe, unsubscribe
 
- 
 
- 
- 
- 
Method Detail- 
createCommitContextInternalCommitContext createCommitContext() 
 - 
getLastCommitAttemptInternalTransaction.CommitAttempt getLastCommitAttempt() - Since:
- 4.5
 
 - 
setLastCommitAttemptvoid setLastCommitAttempt(InternalTransaction.CommitAttempt lastCommitAttempt) - Since:
- 4.5
 
 
- 
 
-