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

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

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

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

Methods in org.eclipse.emf.cdo.server that return IView
 IView ISession.closeView(int viewID)
           
 IView IStoreWriter.getView()
           
 IView ISession.openView(int viewID, CDOProtocolView.Type type)
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IView
 IStoreWriter IStore.getWriter(IView view)
          Returns a writer that can be used to write to this store in the context of the given view.
 

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

Methods in org.eclipse.emf.cdo.server.hibernate with parameters of type IView
 IHibernateStoreWriter IHibernateStore.getWriter(IView view)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.