Package org.eclipse.emf.cdo.common.lock
Schnittstelle CDOLockOwner
public interface CDOLockOwner
A client-side representation of a view owning locks.
Implementation note: All lock owners are interned
. That means they can safely be compared via "==".
- Seit:
- 4.1
- Autor:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
int
boolean
Returnstrue
if this view is purely durable, i.e., currently not open and active on the client-side,false
otherwise.
-
Methodendetails
-
getSessionID
int getSessionID()- Gibt zurück:
- the ID identifying the session that owns the view
-
getViewID
int getViewID()- Gibt zurück:
- the ID identifying the view within the session
-
getDurableLockingID
String getDurableLockingID() -
isDurableView
boolean isDurableView()Returnstrue
if this view is purely durable, i.e., currently not open and active on the client-side,false
otherwise.
-