org.eclipse.emf.cdo.server
Interface IView

All Superinterfaces:
CDOBranchPoint, CDOCommonView, CDORevisionProvider, Closeable
All Known Subinterfaces:
InternalTransaction, InternalView, ITransaction

public interface IView
extends CDOCommonView

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.

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
 
Method Summary
 IRepository getRepository()
           
 ISession getSession()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonView
getDurableLockingID, getViewID, isReadOnly
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvider
getRevision
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 

Method Detail

getRepository

IRepository getRepository()
Since:
2.0

getSession

ISession getSession()
Specified by:
getSession in interface CDOCommonView


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