Uses of Interface
org.eclipse.emf.cdo.common.util.CDOTimeProvider

Packages that use CDOTimeProvider
org.eclipse.emf.cdo.admin Client side of the protocol to administer CDO repositories remotely. 
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.common.admin Common concepts for the protocol to administer CDO repositories remotely. 
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.branch Common service provider interfaces and useful base implementations for dealing with branches. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of CDOTimeProvider in org.eclipse.emf.cdo.admin
 

Subinterfaces of CDOTimeProvider in org.eclipse.emf.cdo.admin
 interface CDOAdminClientRepository
          A client-side administrative interface to a remote repository.
 

Uses of CDOTimeProvider in org.eclipse.emf.cdo.common
 

Subinterfaces of CDOTimeProvider in org.eclipse.emf.cdo.common
 interface CDOCommonRepository
          Abstracts the information about CDO repositories that is common to both client and server side.
 

Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.admin
 

Subinterfaces of CDOTimeProvider in org.eclipse.emf.cdo.common.admin
 interface CDOAdminRepository
          An administrative interface to a remote repository.
 

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

Subinterfaces of CDOTimeProvider in org.eclipse.emf.cdo.server
 interface IRepository
          A CDO repository.
 interface ISynchronizableRepository
          A repository with the ability to synchronize its content with another repository.
 

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

Subinterfaces of CDOTimeProvider in org.eclipse.emf.cdo.session
 interface CDORepositoryInfo
          Describes a model repository a session is connected to.
 

Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.branch
 

Methods in org.eclipse.emf.cdo.spi.common.branch that return CDOTimeProvider
 CDOTimeProvider InternalCDOBranchManager.getTimeProvider()
           
 

Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOTimeProvider
 void InternalCDOBranchManager.setTimeProvider(CDOTimeProvider timeProvider)
           
 

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

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



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