Uses of Interface
org.eclipse.emf.cdo.common.lock.CDOLockChangeInfo
Package
Description
Common concepts for dealing with durable locks and views.
Common concepts for dealing with protocols and CDO-specific I/O.
Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations for dealing with object locks.
Common base implementations for dealing with I/O of CDO data structures.
Server service provider interfaces and useful base implementations.
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 CDOLockChangeInfo in org.eclipse.emf.cdo.common.lock
Modifier and TypeMethodDescriptionstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo()
static CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOLockOwner lockOwner, CDOBranch branch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(CDOBranchPoint branchPoint, CDOLockOwner lockOwner, Collection<CDOLockDelta> lockDeltas, Collection<CDOLockState> lockStates) Modifier and TypeMethodDescriptionvoid
CDOLockChangeInfoHandler.handleLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDOProtocol.CommitNotificationInfo.getLockChangeInfo()
CDODataInput.readCDOLockChangeInfo()
Modifier and TypeMethodDescriptionvoid
CDOProtocol.CommitNotificationInfo.setLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) void
CDODataOutput.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) void
CDODataOutput.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.session
Modifier and TypeInterfaceDescriptioninterface
Asession event
fired when lock-change notifications are received from a remote repository. -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.spi.common.lock
-
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) void
CDODataOutputImpl.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalSession.sendLockNotification
(CDOLockChangeInfo lockChangeInfo) void
InternalSessionManager.sendLockNotification
(InternalSession sender, CDOLockChangeInfo lockChangeInfo) void
ISessionProtocol.sendLockNotification
(CDOLockChangeInfo lockChangeInfo) Deprecated.As of 4.11 useISessionProtocol.sendLockNotification(CDOLockChangeInfo, Set)
.void
ISessionProtocol.sendLockNotification
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.view
Modifier and TypeInterfaceDescriptioninterface
Aview event
fired whenlock changes
are being received from a remote repository. -
Uses of CDOLockChangeInfo in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionInternalCDOSession.InvalidationData.getLockChangeInfo()
InternalCDOView.ViewInvalidationData.getLockChangeInfo()
Modifier and TypeMethodDescriptionvoid
InternalCDOSession.handleLockNotification
(CDOLockChangeInfo lockChangeInfo, InternalCDOView sender) Deprecated.void
InternalCDOSession.handleLockNotification
(CDOLockChangeInfo lockChangeInfo, InternalCDOView sender, boolean async) void
InternalCDOView.handleLockNotification
(InternalCDOView sender, CDOLockChangeInfo lockChangeInfo) void
InternalCDOSession.InvalidationData.setLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) void
InternalCDOView.ViewInvalidationData.setLockChangeInfo
(CDOLockChangeInfo lockChangeInfo)
CDOLockUtil.createLockChangeInfo(CDOBranchPoint, CDOLockOwner, Collection, Collection)
.