Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonView

Packages that use CDOCommonView
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.common.lock Common concepts for dealing with durable locks and views. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

Uses of CDOCommonView in org.eclipse.emf.cdo.common
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.common
 interface CDOCommonTransaction
          Abstracts the information about CDO transactions that is common to both client and server side.
 

Methods in org.eclipse.emf.cdo.common that return CDOCommonView
 CDOCommonView CDOCommonSession.getView(int viewID)
           
 CDOCommonView[] CDOCommonSession.getViews()
           
 

Uses of CDOCommonView in org.eclipse.emf.cdo.common.lock
 

Methods in org.eclipse.emf.cdo.common.lock with parameters of type CDOCommonView
static CDOLockChangeInfo CDOLockUtil.createLockChangeInfo(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, IRWLockManager.LockType lockType, CDOLockState[] cdoLockStates)
           
static CDOLockOwner CDOLockUtil.createLockOwner(CDOCommonView view)
           
 

Method parameters in org.eclipse.emf.cdo.common.lock with type arguments of type CDOCommonView
static CDOLockState CDOLockUtil.createLockState(RWOLockManager.LockState<Object,? extends CDOCommonView> lockState)
           
 

Uses of CDOCommonView in org.eclipse.emf.cdo.common.util
 

Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonView
protected  void CDOCommonEventAdapter.onViewClosed(CDOCommonView element)
           
protected  void CDOCommonEventAdapter.onViewOpened(CDOCommonView view)
           
 

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

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

Uses of CDOCommonView in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.transaction
 interface CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
 

Classes in org.eclipse.emf.cdo.transaction that implement CDOCommonView
 class CDOPushTransaction
          A transaction that persists changes to the object graph locally on commit and can later load these changes and push them to the repository.
 

Uses of CDOCommonView in org.eclipse.emf.cdo.view
 

Subinterfaces of CDOCommonView in org.eclipse.emf.cdo.view
 interface CDOView
          A read-only view to the state of the object graph in the repository of the underlying session at a specific time at a specific branch.
 



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