Uses of Interface
org.eclipse.emf.cdo.common.lock.IDurableLockingManager

Packages that use IDurableLockingManager
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.lissome Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.spi.server 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.server
 interface ILockingManager
          Manages all persistent aspects of durable CDO views and provides for vetoable interception of the durable view resumption process.
static interface IStoreAccessor.DurableLocking
          An extension interface for store accessors that support durable locking.
static interface IStoreAccessor.DurableLocking2
          An extension interface for store accessors that support durable locking.
 

Methods in org.eclipse.emf.cdo.server that return IDurableLockingManager
 IDurableLockingManager IRepository.getLockManager()
          Deprecated. As of 4.1 use IRepository.getLockingManager().
 

Uses of IDurableLockingManager in org.eclipse.emf.cdo.server.lissome
 

Subinterfaces of IDurableLockingManager in org.eclipse.emf.cdo.server.lissome
 interface ILissomeStoreAccessor
          A store 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.server
 interface InternalLockManager
          The type of the to-be-locked objects is either CDOIDAndBranch or CDOID, depending on whether branching is supported by the repository or not.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.