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

Packages that use CDOLockState
org.eclipse.emf.cdo Client concepts like CDOObject and CDOState
org.eclipse.emf.cdo.common.lock Common concepts for dealing with durable locks and views. 
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.common.lock Common service provider interfaces and useful base implementations for dealing with object locks. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOLockState in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOLockState
 CDOLockState CDOObject.cdoLockState()
          Returns the CDOLockState of this object.
 

Uses of CDOLockState in org.eclipse.emf.cdo.common.lock
 

Methods in org.eclipse.emf.cdo.common.lock that return CDOLockState
static CDOLockState CDOLockUtil.copyLockState(CDOLockState lockState)
           
static CDOLockState CDOLockUtil.createLockState(Object target)
           
static CDOLockState CDOLockUtil.createLockState(RWOLockManager.LockState<Object,? extends CDOCommonView> lockState)
           
 CDOLockState[] CDOLockChangeInfo.getLockStates()
           
 

Methods in org.eclipse.emf.cdo.common.lock with parameters of type CDOLockState
static CDOLockState CDOLockUtil.copyLockState(CDOLockState lockState)
           
static CDOLockChangeInfo CDOLockUtil.createLockChangeInfo(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, IRWLockManager.LockType lockType, CDOLockState[] cdoLockStates)
           
static CDOLockChangeInfo CDOLockUtil.createLockChangeInfo(long timestamp, CDOLockOwner lockOwner, CDOBranch branch, CDOLockChangeInfo.Operation op, IRWLockManager.LockType lockType, CDOLockState[] cdoLockStates)
           
 

Uses of CDOLockState in org.eclipse.emf.cdo.common.protocol
 

Methods in org.eclipse.emf.cdo.common.protocol that return CDOLockState
 CDOLockState CDODataInput.readCDOLockState()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOLockState
 void CDODataOutput.writeCDOLockState(CDOLockState lockState)
           
 

Uses of CDOLockState in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return CDOLockState
 CDOLockState[] IStoreAccessor.CommitContext.getLocksOnNewObjects()
          Returns an array of the locks on the new objects that are part of the commit operation represented by this CommitContext.
 

Uses of CDOLockState in org.eclipse.emf.cdo.spi.common.lock
 

Subinterfaces of CDOLockState in org.eclipse.emf.cdo.spi.common.lock
 interface InternalCDOLockState
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.spi.common.lock with parameters of type CDOLockState
 void InternalCDOLockState.updateFrom(Object object, CDOLockState source)
           
 

Uses of CDOLockState in org.eclipse.emf.cdo.spi.common.protocol
 

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOLockState
 CDOLockState CDODataInputImpl.readCDOLockState()
           
 

Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOLockState
 void CDODataOutputImpl.writeCDOLockState(CDOLockState lockState)
           
 

Uses of CDOLockState in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOLockState
 void InternalCommitContext.setLocksOnNewObjects(CDOLockState[] locksOnNewObjects)
           
 

Uses of CDOLockState in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOLockState
 Collection<CDOLockState> CDOCommitContext.getLocksOnNewObjects()
           
 

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

Methods in org.eclipse.emf.internal.cdo that return CDOLockState
 CDOLockState CDOObjectImpl.cdoLockState()
           
static CDOLockState CDOObjectImpl.getLockState(InternalCDOObject object)
           
 

Uses of CDOLockState in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOLockState
 CDOLockState[] InternalCDOView.getLockStates(Collection<CDOID> ids)
           
 CDOLockState[] CDOSessionProtocol.getLockStates(int viewID, Collection<CDOID> ids)
           
 CDOLockState[] CDOSessionProtocol.CommitTransactionResult.getNewLockStates()
           
 CDOLockState[] CDOSessionProtocol.LockObjectsResult.getNewLockStates()
           
 CDOLockState[] CDOSessionProtocol.UnlockObjectsResult.getNewLockStates()
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOLockState
 void CDOSessionProtocol.CommitTransactionResult.setNewLockStates(CDOLockState[] newLockStates)
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOLockState
CDOSessionProtocol.LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp)
           
CDOSessionProtocol.UnlockObjectsResult(CDOLockState[] newLockStates, long timestamp)
           
 



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