Uses of Interface
org.eclipse.emf.cdo.server.IRepository

Packages that use IRepository
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.embedded Server concepts for dealing with embedded sessions. 
org.eclipse.emf.cdo.server.security Server integration of the Security model. 
org.eclipse.emf.cdo.server.spi.admin Server provider interfaces (SPI) for the protocol to administer CDO repositories remotely. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

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

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

Methods in org.eclipse.emf.cdo.server that return IRepository
 IRepository IRepositoryFactory.createRepository()
           
static IRepository CDOServerUtil.createRepository(String name, IStore store, Map<String,String> props)
           
 IRepository CDOServerExporter.getRepository()
           
 IRepository ISessionManager.getRepository()
           
 IRepository IStore.getRepository()
           
 IRepository IView.getRepository()
           
static IRepository CDOServerUtil.getRepository(IManagedContainer container, String name)
           
 IRepository IRepositoryProvider.getRepository(String name)
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IRepository
static void CDOServerUtil.addRepository(IManagedContainer container, IRepository repository)
           
 

Constructors in org.eclipse.emf.cdo.server with parameters of type IRepository
CDOServerExporter.XML(IRepository repository)
           
CDOServerExporter(IRepository repository)
           
CDOServerImporter.XML(IRepository repository)
           
CDOServerImporter(IRepository repository)
           
 

Uses of IRepository in org.eclipse.emf.cdo.server.embedded
 

Methods in org.eclipse.emf.cdo.server.embedded that return IRepository
 IRepository CDOSessionConfiguration.getRepository()
          Deprecated.  
 

Methods in org.eclipse.emf.cdo.server.embedded with parameters of type IRepository
 void CDOSessionConfiguration.setRepository(IRepository repository)
          Deprecated.  
 

Uses of IRepository in org.eclipse.emf.cdo.server.security
 

Methods in org.eclipse.emf.cdo.server.security that return IRepository
 IRepository ISecurityManager.getRepository()
           
 

Uses of IRepository in org.eclipse.emf.cdo.server.spi.admin
 

Methods in org.eclipse.emf.cdo.server.spi.admin that return IRepository
 IRepository CDOAdminHandler.createRepository(String name, Map<String,Object> properties)
           
 

Methods in org.eclipse.emf.cdo.server.spi.admin with parameters of type IRepository
 void CDOAdminHandler.deleteRepository(IRepository delegate)
           
 

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

Subinterfaces of IRepository 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 InternalRepository
          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 IRepository
 IRepository[] RepositoryConfigurator.configure(File configFile)
           
 IRepository RepositoryFactory.createRepository()
           
static IRepository RepositoryFactory.get(IManagedContainer container, String name)
           
protected  IRepository RepositoryConfigurator.getRepository(Element repositoryConfig)
           
protected  IRepository RepositoryUserManager.getRepository(IManagedContainer container, String repositoryName)
           
 IRepository ContainerRepositoryProvider.getRepository(String name)
           
protected  IRepository RepositoryConfigurator.getRepository(String repositoryType)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type IRepository
protected abstract  char[] RepositoryUserManager.getPassword(IRepository repository, String userID)
           
 void InternalStore.setRepository(IRepository repository)
           
 void Store.setRepository(IRepository repository)
           
 



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