Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonRepository
- 
Packages that use CDOCommonRepository Package Description org.eclipse.emf.cdo.admin Client side of the protocol to administer CDO repositories remotely.org.eclipse.emf.cdo.common.admin Common concepts for the protocol to administer CDO repositories remotely.org.eclipse.emf.cdo.common.branch Common concepts for dealing with branches.org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets.org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions.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.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.spi.cdo Client service provider interfaces and useful base implementations.
- 
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.adminSubinterfaces of CDOCommonRepository in org.eclipse.emf.cdo.admin Modifier and Type Interface Description interfaceCDOAdminClientRepositoryA client-sideadministrative interfaceto a remote repository.
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.common.adminSubinterfaces of CDOCommonRepository in org.eclipse.emf.cdo.common.admin Modifier and Type Interface Description interfaceCDOAdminRepositoryAn administrative interface to a remoterepository.
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.common.branchMethods in org.eclipse.emf.cdo.common.branch that return CDOCommonRepository Modifier and Type Method Description CDOCommonRepositoryCDOBranchManager. getRepository()Returns the repository this branch manager is associated with.
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.common.commitMethods in org.eclipse.emf.cdo.common.commit that return CDOCommonRepository Modifier and Type Method Description CDOCommonRepositoryCDOCommitInfoManager. getRepository()
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.common.utilMethods in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonRepository Modifier and Type Method Description static booleanCDOCommonUtil. waitWhileInitial(CDOCommonRepository repository, org.eclipse.net4j.util.event.INotifier notifier, IProgressMonitor monitor)
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.serverSubinterfaces of CDOCommonRepository in org.eclipse.emf.cdo.server Modifier and Type Interface Description interfaceIRepositoryA CDO repository.interfaceISynchronizableRepositoryA repository with the ability tosynchronizeits content with another repository.
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.sessionSubinterfaces of CDOCommonRepository in org.eclipse.emf.cdo.session Modifier and Type Interface Description interfaceCDORepositoryInfoDescribes a model repository asessionis connected to.
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.spi.common.branchMethods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOCommonRepository Modifier and Type Method Description voidInternalCDOBranchManager. setRepository(CDOCommonRepository repository)
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.spi.common.commitMethods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommonRepository Modifier and Type Method Description voidInternalCDOCommitInfoManager. setRepository(CDOCommonRepository repository)
- 
Uses of CDOCommonRepository in org.eclipse.emf.cdo.spi.serverSubinterfaces of CDOCommonRepository in org.eclipse.emf.cdo.spi.server Modifier and Type Interface Description interfaceInternalFailoverParticipantIf the meaning of this type isn't clear, there really should be more of a description here...interfaceInternalRepositoryIf the meaning of this type isn't clear, there really should be more of a description here...interfaceInternalSynchronizableRepositoryIf the meaning of this type isn't clear, there really should be more of a description here...
- 
Uses of CDOCommonRepository in org.eclipse.emf.spi.cdoClasses in org.eclipse.emf.spi.cdo that implement CDOCommonRepository Modifier and Type Class Description static classCDOSessionProtocol.OpenSessionResultIf the meaning of this type isn't clear, there really should be more of a description here...
 
-