Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalView
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of InternalView in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionInternalQueryResult.getView()
InternalSession.getView
(int viewID) InternalSession.getViews()
InternalSession.openView
(int viewID, CDOBranchPoint branchPoint) InternalSession.openView
(int viewID, CDOBranchPoint branchPoint, String durableLockingID) static InternalView
SyncingUtil.openViewWithLockArea
(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID) Modifier and TypeMethodDescriptionInternalLockManager.createLockArea
(InternalView view) InternalLockManager.createLockArea
(InternalView view, String lockAreaID) InternalQueryManager.execute
(InternalView view, CDOQueryInfo queryInfo) InternalRepository.lock
(InternalView view, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType type, List<CDORevisionKey> keys, boolean recursive, long timeout) InternalRepository.unlock
(InternalView view) InternalRepository.unlock
(InternalView view, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType type, List<CDOID> ids, boolean recursive) void
InternalSession.viewClosed
(InternalView view) Deprecated.void
InternalSession.viewClosed
(InternalView view, boolean inverse)
InternalSession.viewClosed(InternalView, boolean)
.