Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalView

Packages that use InternalView
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

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

Subinterfaces of InternalView in org.eclipse.emf.cdo.spi.server
 interface InternalTransaction
           
 

Methods in org.eclipse.emf.cdo.spi.server that return InternalView
 InternalView InternalQueryResult.getView()
           
 InternalView InternalSession.getView(int viewID)
           
 InternalView[] InternalSession.getViews()
           
 InternalView InternalSession.openView(int viewID, CDOBranchPoint branchPoint)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalView
 IDurableLockingManager.LockArea InternalLockManager.createLockArea(InternalView view)
           
 InternalQueryResult InternalQueryManager.execute(InternalView view, CDOQueryInfo queryInfo)
           
 void InternalSession.viewClosed(InternalView view)
           
 



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