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

Packages that use IStore
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.server.hibernate   
org.eclipse.emf.cdo.spi.server   
 

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

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

Methods in org.eclipse.emf.cdo.server that return IStore
 IStore IStoreFactory.createStore(org.w3c.dom.Element storeConfig)
           
 IStore IStoreAccessor.getStore()
          Returns the store this accessor is associated with.
 IStore IRepository.getStore()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IStore
static IRepository CDOServerUtil.createRepository(java.lang.String name, IStore store, java.util.Map<java.lang.String,java.lang.String> props)
           
 void IRepository.setStore(IStore store)
           
 

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.hibernate
 

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

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

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
 IStore StoreAccessorPool.getStore()
           
 

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


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.