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
          If the meaning of this type isn't clear, there really should be more of a description here...
 

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)
           
static InternalView SyncingUtil.openViewWithLockArea(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalView
 IDurableLockingManager.LockArea InternalLockManager.createLockArea(InternalView view)
           
 IDurableLockingManager.LockArea InternalLockManager.createLockArea(InternalView view, String lockAreaID)
           
 InternalQueryResult InternalQueryManager.execute(InternalView view, CDOQueryInfo queryInfo)
           
 CDOSessionProtocol.LockObjectsResult InternalRepository.lock(InternalView view, IRWLockManager.LockType type, List<CDORevisionKey> keys, boolean recursive, long timeout)
           
 CDOSessionProtocol.UnlockObjectsResult InternalRepository.unlock(InternalView view, IRWLockManager.LockType type, List<CDOID> ids, boolean recursive)
           
 void InternalSession.viewClosed(InternalView view)
           
 



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