Uses of Interface
org.eclipse.emf.cdo.common.lock.IDurableLockingManager
Packages that use IDurableLockingManager
Package
Description
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server service provider interfaces and useful base implementations.
-
Uses of IDurableLockingManager in org.eclipse.emf.cdo.server
Subinterfaces of IDurableLockingManager in org.eclipse.emf.cdo.serverModifier and TypeInterfaceDescriptioninterface
Manages all persistent aspects of durable CDO views and provides for vetoableinterception
of the durable view resumption process.static interface
An extension interface forstore accessors
that support durable locking.static interface
An extension interface forstore accessors
that support durable locking.Methods in org.eclipse.emf.cdo.server that return IDurableLockingManager -
Uses of IDurableLockingManager in org.eclipse.emf.cdo.server.lissome
Subinterfaces of IDurableLockingManager in org.eclipse.emf.cdo.server.lissomeModifier and TypeInterfaceDescriptioninterface
Astore accessor
for CDO's proprietary Lissome store. -
Uses of IDurableLockingManager in org.eclipse.emf.cdo.spi.server
Subinterfaces of IDurableLockingManager in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
The type of the to-be-locked objects is eitherCDOIDAndBranch
orCDOID
, depending on whether branching is supported by the repository or not.
IRepository.getLockingManager()
.