Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalView
Packages that use InternalView
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of InternalView in org.eclipse.emf.cdo.spi.server
Subinterfaces of InternalView in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.server that return InternalViewModifier 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) Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalViewModifier 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)
.