org.eclipse.emf.cdo.common.lock
Interface CDOLockOwner

All Known Subinterfaces:
CDOCommonTransaction, CDOCommonView, CDOTransaction, CDOView, ITransaction, IView
All Known Implementing Classes:
CDOPushTransaction

public interface CDOLockOwner

A client-side representation of a view owning locks.

Since:
4.1
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 Summary
 String getDurableLockingID()
           
 int getSessionID()
           
 int getViewID()
           
 boolean isDurableView()
           
 

Method Detail

getSessionID

int getSessionID()
Returns:
the ID identifying the session that owns the view

getViewID

int getViewID()
Returns:
the ID identifying the view within the session

getDurableLockingID

String getDurableLockingID()

isDurableView

boolean isDurableView()


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