Package org.eclipse.emf.cdo.common.lock
Interface CDOLockOwner
- 
 public interface CDOLockOwnerA client-side representation of a view owning locks.- Since:
- 4.1
- Author:
- Caspar De Groot
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDurableLockingID()intgetSessionID()intgetViewID()booleanisDurableView()Returnstrueif this view is purely durable, i.e., currently not open and active on the client-side,falseotherwise.
 
- 
- 
- 
Method Detail- 
getSessionIDint getSessionID() - Returns:
- the ID identifying the session that owns the view
 
 - 
getViewIDint getViewID() - Returns:
- the ID identifying the view within the session
 
 - 
getDurableLockingIDjava.lang.String getDurableLockingID() 
 - 
isDurableViewboolean isDurableView() Returnstrueif this view is purely durable, i.e., currently not open and active on the client-side,falseotherwise.
 
- 
 
-