Uses of Interface
org.eclipse.emf.cdo.common.lock.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
Modifier 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. -
Uses of IDurableLockingManager in org.eclipse.emf.cdo.server.lissome
Modifier and TypeInterfaceDescriptioninterface
Astore accessor
for CDO's proprietary Lissome store. -
Uses of IDurableLockingManager in org.eclipse.emf.cdo.spi.server
Modifier 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()
.