org.eclipse.emf.cdo.spi.server
Interface InternalView
- All Superinterfaces:
- CDOBranchPoint, CDOCommonView, CDORevisionProvider, Closeable, ILifecycle, INotifier, IView
- All Known Subinterfaces:
- InternalTransaction
public interface InternalView
- extends IView, ILifecycle
- Since:
- 3.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.
getSession
InternalSession getSession()
- Specified by:
getSession
in interface CDOCommonView
- Specified by:
getSession
in interface IView
getRepository
InternalRepository getRepository()
- Specified by:
getRepository
in interface IView
setBranchPoint
void setBranchPoint(CDOBranchPoint branchPoint)
setDurableLockingID
void setDurableLockingID(String durableLockingID)
- Since:
- 4.0
changeTarget
void changeTarget(CDOBranchPoint branchPoint,
List<CDOID> invalidObjects,
List<CDORevisionDelta> allChangedObjects,
List<CDOID> allDetachedObjects)
- Since:
- 4.0
subscribe
void subscribe(CDOID id)
unsubscribe
void unsubscribe(CDOID id)
hasSubscription
boolean hasSubscription(CDOID id)
clearChangeSubscription
void clearChangeSubscription()
doClose
void doClose()
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.