Verwendungen von Schnittstelle
org.eclipse.emf.cdo.common.CDOCommonView
Packages, die CDOCommonView verwenden
Package
Beschreibung
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.
-
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.common
Unterschnittstellen von CDOCommonView in org.eclipse.emf.cdo.commonModifizierer und TypSchnittstelleBeschreibunginterface
Abstracts the information about CDO transactions that is common to both client and server side.Methoden in org.eclipse.emf.cdo.common, die CDOCommonView zurückgeben -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.common.lock
Methoden in org.eclipse.emf.cdo.common.lock mit Parametern vom Typ CDOCommonViewModifizierer und TypMethodeBeschreibungstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Veraltet.static CDOLockOwner
CDOLockUtil.createLockOwner
(CDOCommonView view) Methodenparameter in org.eclipse.emf.cdo.common.lock mit Typargumenten vom Typ CDOCommonViewModifizierer und TypMethodeBeschreibungstatic 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) Veraltet.As of 4.15 useCDOLockUtil.convertLockState(LockState)
. -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.common.util
Methoden in org.eclipse.emf.cdo.common.util mit Parametern vom Typ CDOCommonViewModifizierer und TypMethodeBeschreibungprotected void
CDOCommonEventAdapter.onViewClosed
(CDOCommonView element) protected void
CDOCommonEventAdapter.onViewOpened
(CDOCommonView view) -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.server
Unterschnittstellen von CDOCommonView in org.eclipse.emf.cdo.serverModifizierer und TypSchnittstelleBeschreibunginterface
The server-side representation of a clienttransaction
.interface
The server-side representation of a clientview
. -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.spi.common
Methoden in org.eclipse.emf.cdo.spi.common, die CDOCommonView zurückgebenKonstruktoren in org.eclipse.emf.cdo.spi.common mit Parametern vom Typ CDOCommonViewModifiziererKonstruktorBeschreibungAbstractQueryResult
(CDOCommonView view, CDOQueryInfo queryInfo, int queryID) -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.spi.server
Unterschnittstellen von CDOCommonView in org.eclipse.emf.cdo.spi.serverModifizierer und TypSchnittstelleBeschreibunginterface
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... -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.transaction
Unterschnittstellen von CDOCommonView in org.eclipse.emf.cdo.transactionModifizierer und TypSchnittstelleBeschreibunginterface
A read-write view to the current (i.e.Klassen in org.eclipse.emf.cdo.transaction, die CDOCommonView implementierenModifizierer und TypKlasseBeschreibungclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Verwendungen von CDOCommonView in org.eclipse.emf.cdo.view
Unterschnittstellen von CDOCommonView in org.eclipse.emf.cdo.view -
Verwendungen von CDOCommonView in org.eclipse.emf.spi.cdo
Unterschnittstellen von CDOCommonView in org.eclipse.emf.spi.cdoModifizierer und TypSchnittstelleBeschreibunginterface
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)
.