org.eclipse.emf.cdo.common
Interface CDOCommonView
- All Superinterfaces:
- CDOBranchPoint, CDORevisionProvider, Closeable
- All Known Subinterfaces:
- CDOCommonTransaction, CDOTransaction, CDOView, InternalCDOTransaction, InternalCDOView, InternalTransaction, InternalView, ITransaction, IView
- All Known Implementing Classes:
- CDOPushTransaction
public interface CDOCommonView
- extends CDOBranchPoint, CDORevisionProvider, Closeable
Abstracts the information about CDO views that is common to both client and server side.
- Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getViewID
int getViewID()
isReadOnly
boolean isReadOnly()
- Since:
- 3.0
getSession
CDOCommonSession getSession()
getDurableLockingID
String getDurableLockingID()
- Since:
- 4.0
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.