Uses of Interface
org.eclipse.emf.cdo.common.lock.CDOLockChangeInfo
Packages that use 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
Methods in org.eclipse.emf.cdo.common.lock that return CDOLockChangeInfoModifier 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) Methods in org.eclipse.emf.cdo.common.lock with parameters of type CDOLockChangeInfoModifier and TypeMethodDescriptionvoid
CDOLockChangeInfoHandler.handleLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOLockChangeInfoModifier and TypeMethodDescriptionCDOProtocol.CommitNotificationInfo.getLockChangeInfo()
CDODataInput.readCDOLockChangeInfo()
Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOLockChangeInfoModifier 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
Subinterfaces of CDOLockChangeInfo in org.eclipse.emf.cdo.sessionModifier 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
Classes in org.eclipse.emf.cdo.spi.common.lock that implement CDOLockChangeInfoModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOLockChangeInfoMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOLockChangeInfoModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo) void
CDODataOutputImpl.writeCDOLockChangeInfo
(CDOLockChangeInfo lockChangeInfo, Set<CDOID> filter) -
Uses of CDOLockChangeInfo in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOLockChangeInfoModifier 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
Subinterfaces of CDOLockChangeInfo in org.eclipse.emf.cdo.viewModifier and TypeInterfaceDescriptioninterface
Aview event
fired whenlock changes
are being received from a remote repository. -
Uses of CDOLockChangeInfo in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return CDOLockChangeInfoModifier and TypeMethodDescriptionInternalCDOSession.InvalidationData.getLockChangeInfo()
InternalCDOView.ViewInvalidationData.getLockChangeInfo()
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOLockChangeInfoModifier 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)
.