Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalRepository

Packages that use InternalRepository
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.spi.security Server provider interfaces (SPI) for the server integration of the Security model. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.spi.workspace Server provider interfaces (SPI) for CDO workspaces
 

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

Methods in org.eclipse.emf.cdo.server that return InternalRepository
protected  InternalRepository CDOServerImporter.getRepository()
           
protected  InternalRepository CDOServerBrowser.getRepository(String name)
           
 

Methods in org.eclipse.emf.cdo.server that return types with arguments of type InternalRepository
 Map<String,InternalRepository> CDOServerBrowser.getRepositories()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type InternalRepository
 boolean CDOServerBrowser.Page.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.PackagesPage.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.LocksPage.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.RevisionsPage.FromCache.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.RevisionsPage.FromStore.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.LobsPage.canDisplay(InternalRepository repository)
           
 boolean CDOServerBrowser.HistoryPage.canDisplay(InternalRepository repository)
           
 void CDOServerBrowser.Page.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 void CDOServerBrowser.PackagesPage.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 void CDOServerBrowser.LocksPage.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 void CDOServerBrowser.RevisionsPage.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 void CDOServerBrowser.LobsPage.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
 void CDOServerBrowser.HistoryPage.display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
protected abstract  Map<CDOBranch,List<CDORevision>> CDOServerBrowser.RevisionsPage.getAllRevisions(InternalRepository repository)
           
protected  Map<CDOBranch,List<CDORevision>> CDOServerBrowser.RevisionsPage.FromCache.getAllRevisions(InternalRepository repository)
           
protected  Map<CDOBranch,List<CDORevision>> CDOServerBrowser.RevisionsPage.FromStore.getAllRevisions(InternalRepository repository)
           
protected  void CDOServerBrowser.RevisionsPage.showRevision(PrintStream pout, CDOServerBrowser browser, Map<CDOBranch,List<CDORevision>> allRevisions, Map<CDOID,List<CDORevision>> ids, String key, InternalRepository repository)
           
 

Constructor parameters in org.eclipse.emf.cdo.server with type arguments of type InternalRepository
CDOServerBrowser(Map<String,InternalRepository> repositories)
           
 

Uses of InternalRepository in org.eclipse.emf.cdo.server.spi.security
 

Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type InternalRepository
 void InternalSecurityManager.setRepository(InternalRepository repository)
           
 

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

Subinterfaces of InternalRepository in org.eclipse.emf.cdo.spi.server
 interface InternalFailoverParticipant
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalSynchronizableRepository
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.spi.server that return InternalRepository
 InternalRepository InternalCommitManager.getRepository()
           
 InternalRepository InternalLockManager.getRepository()
           
 InternalRepository InternalQueryManager.getRepository()
           
 InternalRepository InternalSessionManager.getRepository()
           
 InternalRepository InternalStore.getRepository()
           
 InternalRepository InternalView.getRepository()
           
 InternalRepository Store.getRepository()
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalRepository
protected  void RepositoryConfigurator.setAuthenticator(InternalRepository repository, Element repositoryConfig)
           
 void InternalCommitManager.setRepository(InternalRepository repository)
           
 void InternalLockManager.setRepository(InternalRepository repository)
           
 void InternalQueryManager.setRepository(InternalRepository repository)
           
 void InternalSessionManager.setRepository(InternalRepository repository)
           
protected  void RepositoryConfigurator.setUserManager(InternalRepository repository, Element repositoryConfig)
           
 

Uses of InternalRepository in org.eclipse.emf.cdo.spi.workspace
 

Methods in org.eclipse.emf.cdo.spi.workspace that return InternalRepository
 InternalRepository InternalCDOWorkspace.getLocalRepository()
           
 



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