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.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.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
 

Methods in org.eclipse.emf.cdo.common.commit that return CDOCommitInfo
 CDOCommitInfo CDOCommitInfoManager.getCommitInfo(long timeStamp)
           
 

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)
           
 

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)
           
 void InternalSession.sendCommitNotification(CDOCommitInfo commitInfo)
           
 void InternalRepository.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
           
 void InternalSessionManager.sendCommitNotification(InternalSession sender, CDOCommitInfo commitInfo)
           
 

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()
           
 CDOCommitInfo CDOPushTransaction.commit(IProgressMonitor progressMonitor)
           
 CDOCommitInfo CDOUserTransaction.commit(IProgressMonitor progressMonitor)
           
 

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.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)
           
 void InternalCDOSession.invalidate(CDOCommitInfo commitInfo, InternalCDOTransaction sender)
           
 



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