Uses of Interface
org.eclipse.emf.cdo.CDOLock

Packages that use CDOLock
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
 

Uses of CDOLock in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOLock
 CDOLock CDOObject.cdoReadLock()
          Returns the read lock associated with this object.
 CDOLock CDOObject.cdoWriteLock()
          Returns the write lock associated with this object.
 CDOLock CDOObject.cdoWriteOption()
          Returns the write option associated with this object.
 

Uses of CDOLock in org.eclipse.emf.internal.cdo
 

Methods in org.eclipse.emf.internal.cdo that return CDOLock
 CDOLock CDOObjectImpl.cdoReadLock()
           
 CDOLock CDOObjectImpl.cdoWriteLock()
           
 CDOLock CDOObjectImpl.cdoWriteOption()
           
static CDOLock CDOObjectImpl.createLock(InternalCDOObject object, IRWLockManager.LockType type)
           
 



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