Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonView
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with durable locks and views.
Common utility classes, some common interfaces and exceptions.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonView in org.eclipse.emf.cdo.common
Modifier and TypeInterfaceDescriptioninterface
Abstracts the information about CDO transactions that is common to both client and server side. -
Uses of CDOCommonView in org.eclipse.emf.cdo.common.lock
Modifier and TypeMethodDescriptionstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockOwner
CDOLockUtil.createLockOwner
(CDOCommonView view) Modifier and TypeMethodDescriptionstatic CDOLockState
CDOLockUtil.convertLockState
(org.eclipse.net4j.util.concurrent.RWOLockManager.LockState<Object, ? extends CDOCommonView> lockState) static CDOLockState
CDOLockUtil.createLockState
(org.eclipse.net4j.util.concurrent.RWOLockManager.LockState<Object, ? extends CDOCommonView> lockState) Deprecated.As of 4.15 useCDOLockUtil.convertLockState(LockState)
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.common.util
Modifier and TypeMethodDescriptionprotected void
CDOCommonEventAdapter.onViewClosed
(CDOCommonView element) protected void
CDOCommonEventAdapter.onViewOpened
(CDOCommonView view) -
Uses of CDOCommonView in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptioninterface
The server-side representation of a clienttransaction
.interface
The server-side representation of a clientview
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.spi.common
ModifierConstructorDescriptionAbstractQueryResult
(CDOCommonView view, CDOQueryInfo queryInfo, int queryID) -
Uses of CDOCommonView in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommonView in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptioninterface
A read-write view to the current (i.e.Modifier and TypeClassDescriptionclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Uses of CDOCommonView in org.eclipse.emf.cdo.view
-
Uses of CDOCommonView in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...
CDOLockUtil.createLockChangeInfo(CDOBranchPoint, CDOLockOwner, Collection, Collection)
.