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

Packages that use IStore
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.db4o Server concepts for dealing with DB4O stores and accessors. 
org.eclipse.emf.cdo.server.hibernate Server concepts for dealing with Hibernate stores and accessors. 
org.eclipse.emf.cdo.server.mem Server concepts for dealing with in-memory stores. 
org.eclipse.emf.cdo.server.mongodb Server concepts for dealing with MongoDB stores and accessors. 
org.eclipse.emf.cdo.server.objectivity Server concepts for dealing with Objectivity/DB stores and accessors. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

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

Methods in org.eclipse.emf.cdo.server that return IStore
 IStore IStoreFactory.createStore(String repositoryName, Map<String,String> repositoryProperties, Element storeConfig)
           
 IStore IRepository.getStore()
           
 IStore IStoreAccessor.getStore()
          Returns the store this accessor is associated with.
 

Methods in org.eclipse.emf.cdo.server with parameters of type IStore
static ISynchronizableRepository CDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String,String> props)
           
static ISynchronizableRepository CDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String,String> props, IRepositorySynchronizer synchronizer)
           
static ISynchronizableRepository CDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String,String> props, IRepositorySynchronizer synchronizer, boolean master)
           
static ISynchronizableRepository CDOServerUtil.createFailoverParticipant(String name, IStore store, Map<String,String> props, IRepositorySynchronizer synchronizer, boolean master, boolean allowBackupCommits)
           
static ISynchronizableRepository CDOServerUtil.createOfflineClone(String name, IStore store, Map<String,String> props, IRepositorySynchronizer synchronizer)
           
static IRepository CDOServerUtil.createRepository(String name, IStore store, Map<String,String> props)
           
 

Uses of IStore in org.eclipse.emf.cdo.server.db
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.db
 interface IDBStore
           
 

Uses of IStore in org.eclipse.emf.cdo.server.db4o
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.db4o
 interface IDB4OStore
           
 

Uses of IStore in org.eclipse.emf.cdo.server.hibernate
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStore
           
 

Uses of IStore in org.eclipse.emf.cdo.server.mem
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.mem
 interface IMEMStore
          A simple in-memory store.
 

Uses of IStore in org.eclipse.emf.cdo.server.mongodb
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.mongodb
 interface IMongoDBStore
           
 

Uses of IStore in org.eclipse.emf.cdo.server.objectivity
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.objectivity
 interface IObjectivityStore
          Interface to the Objecivity Store implemenation.
 

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

Subinterfaces of IStore in org.eclipse.emf.cdo.spi.server
 interface InternalStore
           
 

Classes in org.eclipse.emf.cdo.spi.server that implement IStore
 class LongIDStore
           
 class Store
           
 

Methods in org.eclipse.emf.cdo.spi.server that return IStore
protected  IStore RepositoryConfigurator.createStore(String repositoryName, Map<String,String> repositoryProperties, Element storeConfig)
           
 IStore StoreAccessorPool.getStore()
           
 

Constructors in org.eclipse.emf.cdo.spi.server with parameters of type IStore
StoreAccessorPool(IStore store, Object context)
           
 



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