Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitInfo

Packages that use CDOCommitInfo
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.common.commit.handler Some useful commit info handler implementations. 
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.ui.compare Classes that help to open EMF Compare user interfaces on CDO models. 
org.eclipse.emf.cdo.ui.widgets A library with reusable widgets. 
org.eclipse.emf.cdo.workspace Concepts to checkout, open and further operate CDO workspaces
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.commit
 

Subinterfaces of CDOCommitInfo in org.eclipse.emf.cdo.common.commit
static interface CDOCommitHistory.TriggerLoadElement
          A virtual history element that can be returned from IContainer.getElements() if CDOCommitHistory.isAppendingTriggerLoadElement() is true to indicate that the history is not fully loaded, yet.
 

Methods in org.eclipse.emf.cdo.common.commit that return CDOCommitInfo
 CDOCommitInfo CDOCommitInfoManager.getBaseOfBranch(CDOBranch branch)
           
 CDOCommitInfo CDOCommitInfoManager.getCommitInfo(CDOBranch branch, long startTime, boolean up)
           
 CDOCommitInfo CDOCommitInfoManager.getCommitInfo(long timeStamp)
           
 CDOCommitInfo CDOCommitHistory.getElement(int index)
           
 CDOCommitInfo CDOCommitHistory.getFirstElement()
           
 CDOCommitInfo CDOCommitInfoManager.getFirstOfBranch(CDOBranch branch)
           
 CDOCommitInfo CDOCommitHistory.getLastElement()
           
 CDOCommitInfo CDOCommitInfoManager.getLastOfBranch(CDOBranch branch)
           
 

Methods in org.eclipse.emf.cdo.common.commit with parameters of type CDOCommitInfo
 void CDOCommitInfoHandler.handleCommitInfo(CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.commit.handler
 

Methods in org.eclipse.emf.cdo.common.commit.handler with parameters of type CDOCommitInfo
 void AsyncCommitInfoHandler.handleCommitInfo(CDOCommitInfo commitInfo)
           
 void BinaryCommitInfoLog.handleCommitInfo(CDOCommitInfo commitInfo)
           
 void TextCommitInfoLog.handleCommitInfo(CDOCommitInfo commitInfo)
           
protected  void AsyncCommitInfoHandler.work(Worker.WorkContext context, CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.common.protocol
 

Methods in org.eclipse.emf.cdo.common.protocol that return CDOCommitInfo
 CDOCommitInfo CDODataInput.readCDOCommitInfo()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOCommitInfo
 void CDODataOutput.writeCDOCommitInfo(CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return CDOCommitInfo
 CDOCommitInfo IStoreAccessor.CommitContext.createCommitInfo()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOCommitInfo
protected abstract  void CDOServerExporter.exportCommit(OUT out, CDOCommitInfo commitInfo)
           
protected  void CDOServerExporter.XML.exportCommit(XMLOutput out, CDOCommitInfo commitInfo)
           
protected  void CDOServerBrowser.HistoryPage.showCommitData(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser)
           
protected  boolean CDOServerBrowser.HistoryPage.showCommitInfo(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser, String param, boolean auditing)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.session
 

Subinterfaces of CDOCommitInfo in org.eclipse.emf.cdo.session
 interface CDOSessionInvalidationEvent
          A session event fired when passive updates (commit notifications) are being received from a remote repository.
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.common.commit
 

Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOCommitInfo
 CDOCommitInfo InternalCDOCommitInfoManager.createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData)
           
 

Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommitInfo
 void InternalCDOCommitInfoManager.notifyCommitInfoHandlers(CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.common.protocol
 

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOCommitInfo
 CDOCommitInfo CDODataInputImpl.readCDOCommitInfo()
           
 

Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOCommitInfo
 void CDODataOutputImpl.writeCDOCommitInfo(CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOCommitInfo
 void ISessionProtocol.sendCommitNotification(CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use ISessionProtocol.sendCommitNotification(CDOCommitInfo, boolean)
 void InternalSession.sendCommitNotification(CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalSession.sendCommitNotification(CDOCommitInfo, boolean)
 void ISessionProtocol.sendCommitNotification(CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalSession.sendCommitNotification(CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalRepository.sendCommitNotification(InternalSession, CDOCommitInfo, boolean)
 void InternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalSessionManager.sendCommitNotification(InternalSession, CDOCommitInfo, boolean)
 void InternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return CDOCommitInfo
 CDOCommitInfo CDOPushTransaction.commit()
           
 CDOCommitInfo CDOUserTransaction.commit()
          Same as commit(null).
 CDOCommitInfo CDOPushTransaction.commit(IProgressMonitor progressMonitor)
           
 CDOCommitInfo CDOUserTransaction.commit(IProgressMonitor progressMonitor)
          Commits the modifications of this transaction to the repository and returns a commit info object if successful.
 

Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOCommitInfo
 void CDODefaultTransactionHandler3.committedTransaction(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result)
          This implementation does nothing.
 void CDOTransactionHandler3.committedTransaction(CDOTransaction transaction, CDOCommitContext commitContext, CDOCommitInfo result)
          Called by a CDOTransaction after it is being committed.
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.ui.compare
 

Methods in org.eclipse.emf.cdo.ui.compare with parameters of type CDOCommitInfo
static boolean CDOCompareEditorUtil.openDialog(CDOCommitInfo commitInfo)
           
static boolean CDOCompareEditorUtil.openDialog(CDOCommitInfo leftCommitInfo, CDOBranchPoint rightPoint)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.ui.widgets
 

Methods in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOCommitInfo
protected  void CommitHistoryComposite.commitInfoChanged(CDOCommitInfo newCommitInfo)
           
protected  void CommitHistoryComposite.doubleClicked(CDOCommitInfo commitInfo)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.cdo.workspace
 

Methods in org.eclipse.emf.cdo.workspace that return CDOCommitInfo
 CDOCommitInfo CDOWorkspace.checkin()
           
 CDOCommitInfo CDOWorkspace.checkin(String comment)
           
 

Uses of CDOCommitInfo in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOCommitInfo
 CDOCommitInfo CDOTransactionStrategy.commit(InternalCDOTransaction transaction, IProgressMonitor progressMonitor)
          TODO Better use an OMMonitor?
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOCommitInfo
 void InternalCDOSession.handleCommitNotification(CDOCommitInfo commitInfo)
          Deprecated. As of 4.2 use InternalCDOSession.handleCommitNotification(CDOCommitInfo, boolean)
 void InternalCDOSession.handleCommitNotification(CDOCommitInfo commitInfo, boolean clearResourcePathCache)
           
 void InternalCDOSession.invalidate(CDOCommitInfo commitInfo, InternalCDOTransaction sender)
          Deprecated. As of 4.2 use InternalCDOSession.invalidate(CDOCommitInfo, InternalCDOTransaction, boolean)
 void InternalCDOSession.invalidate(CDOCommitInfo commitInfo, InternalCDOTransaction sender, boolean clearResourcePathCache)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.