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

Packages that use CDOCommitInfoHandler
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.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
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. 
 

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

Methods in org.eclipse.emf.cdo.common.commit with parameters of type CDOCommitInfoHandler
 void CDOCommitInfoManager.getCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler)
           
 void CDOCommitInfoManager.getCommitInfos(CDOBranch branch, long startTime, String userID, String comment, int count, CDOCommitInfoHandler handler)
           
 

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

Classes in org.eclipse.emf.cdo.common.commit.handler that implement CDOCommitInfoHandler
 class AsyncCommitInfoHandler
          A commit info handler that asynchronously delegates commit infos to another handler.
 class BinaryCommitInfoLog
          A commit info handler that synchronously writes commit infos to a binary log.
 class TextCommitInfoLog
          A commit info handler that synchronously writes commit infos to a text log.
 

Constructors in org.eclipse.emf.cdo.common.commit.handler with parameters of type CDOCommitInfoHandler
AsyncCommitInfoHandler(CDOCommitInfoHandler delegate)
           
 

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

Methods in org.eclipse.emf.cdo.server that return CDOCommitInfoHandler
 CDOCommitInfoHandler[] IRepository.getCommitInfoHandlers()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOCommitInfoHandler
 void IRepository.addCommitInfoHandler(CDOCommitInfoHandler handler)
           
 void IRepository.removeCommitInfoHandler(CDOCommitInfoHandler handler)
           
 

Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.common
 

Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.common
 interface CDOReplicationContext
           
 

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

Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommitInfoHandler
 void InternalCDOCommitInfoManager.CommitInfoLoader.loadCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler)
           
 

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

Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.server
 interface InternalFailoverParticipant
           
 interface InternalSynchronizableRepository
           
 



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