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

Packages that use IView
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.spi.server   
 

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

Subinterfaces of IView in org.eclipse.emf.cdo.server
 interface IAudit
           
 interface ITransaction
           
 

Methods in org.eclipse.emf.cdo.server that return IView
 IView IQueryContext.getView()
           
 IView ISession.openView(int viewID)
           
 

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

Methods in org.eclipse.emf.cdo.spi.server with parameters of type IView
protected abstract  StoreAccessorPool Store.getWriterPool(IView view, boolean forReleasing)
          Returns a pool that may contain IStoreAccessor instances that are compatible with the given session.
 


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