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. 
org.eclipse.emf.cdo.workspace Concepts to checkout, open and further operate CDO workspaces
 

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
          The main entry point to the API of CDO's proprietary object/relational mapper.
 

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

Subinterfaces of IStore in org.eclipse.emf.cdo.server.db4o
 interface IDB4OStore
          The main entry point to the API of CDO's integration with DB4O databases.
 

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

Subinterfaces of IStore in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStore
          The Hibernate store manages the Hibernate SessionFactory and the installed EPackage instances.
 

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
          The main entry point to the API of CDO's MongoDB back-end integration.
 

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)
           
 

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

Methods in org.eclipse.emf.cdo.workspace that return IStore
 IStore CDOWorkspaceConfiguration.getStore()
           
 

Methods in org.eclipse.emf.cdo.workspace with parameters of type IStore
static CDOWorkspace CDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote)
          Deprecated. Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout()
static CDOWorkspace CDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, long timeStamp)
          Deprecated. Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout()
static CDOWorkspace CDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath)
          Deprecated. Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout()
static CDOWorkspace CDOWorkspaceUtil.checkout(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath, long timeStamp)
          Deprecated. Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout()
static CDOWorkspace CDOWorkspaceUtil.open(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote)
          Deprecated. Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.open()
 void CDOWorkspaceConfiguration.setStore(IStore store)
           
 



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