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

Packages that use IView
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

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 IQueryContext.getView()
           
 IView ISession.openView(int viewID, CDOBranchPoint branchPoint)
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IView
static CDOView CDOServerUtil.openView(IView view, boolean legacyModeEnabled)
           
 

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

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

Methods in org.eclipse.emf.cdo.spi.server that return IView
 IView InternalLockManager.openView(ISession session, int viewID, boolean readOnly, String durableLockingID)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type IView
 Map<CDOID,IDurableLockingManager.LockGrade> InternalLockManager.getLocks(IView view)
           
protected abstract  StoreAccessorPool Store.getWriterPool(IView view, boolean forReleasing)
          Returns a pool that may contain IStoreAccessor instances that are compatible with the given session.
 void InternalLockManager.lock(boolean explicit, IRWLockManager.LockType type, IView context, Collection<? extends Object> objectsToLock, long timeout)
           
 void InternalLockManager.unlock(boolean explicit, IRWLockManager.LockType type, IView context, Collection<? extends Object> objectsToUnlock)
          Attempts to release for a given locktype, view and objects.
 void InternalLockManager.unlock(boolean explicit, IView context)
          Attempts to release all locks(read and write) for a given view.
 



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