|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IView | |
---|---|
org.eclipse.emf.cdo.server | Server concepts for dealing with repositories and stores. |
org.eclipse.emf.cdo.spi.server | Server service provider interfaces and useful base implementations. |
Uses of IView in org.eclipse.emf.cdo.server |
---|
Subinterfaces of IView in org.eclipse.emf.cdo.server | |
---|---|
interface |
ITransaction
The server-side representation of a client transaction . |
Methods in org.eclipse.emf.cdo.server that return IView | |
---|---|
IView |
IQueryContext.getView()
|
IView |
ISession.openView(int viewID,
CDOBranchPoint branchPoint)
|
Methods in org.eclipse.emf.cdo.server that return types with arguments of type IView | |
---|---|
List<RWOLockManager.LockState<Object,IView>> |
IStoreAccessor.CommitContext.getPostCommmitLockStates()
|
Methods in org.eclipse.emf.cdo.server with parameters of type IView | |
---|---|
static CDOView |
CDOServerUtil.openView(IView view,
boolean legacyModeEnabled)
|
Uses of IView in org.eclipse.emf.cdo.spi.server |
---|
Subinterfaces of IView in org.eclipse.emf.cdo.spi.server | |
---|---|
interface |
InternalTransaction
|
interface |
InternalView
|
Methods in org.eclipse.emf.cdo.spi.server that return IView | |
---|---|
IView |
InternalLockManager.openView(ISession session,
int viewID,
boolean readOnly,
String durableLockingID)
|
Methods in org.eclipse.emf.cdo.spi.server that return types with arguments of type IView | |
---|---|
RWOLockManager.LockState<Object,IView> |
InternalLockManager.getLockState(Object key)
|
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.lock2(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects,
boolean recursive,
long timeout)
|
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.unlock2(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects,
boolean recursive)
|
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.unlock2(boolean explicit,
IView context)
|
Methods in org.eclipse.emf.cdo.spi.server with parameters of type IView | |
---|---|
Map<CDOID,IDurableLockingManager.LockGrade> |
InternalLockManager.getLocks(IView view)
|
protected abstract StoreAccessorPool |
Store.getWriterPool(IView view,
boolean forReleasing)
Returns a pool that may contain IStoreAccessor instances that are compatible with
the given session. |
void |
InternalLockManager.lock(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects,
long timeout)
Deprecated. |
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.lock2(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects,
boolean recursive,
long timeout)
|
void |
InternalLockManager.unlock(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects)
Deprecated. |
void |
InternalLockManager.unlock(boolean explicit,
IView context)
Deprecated. |
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.unlock2(boolean explicit,
IRWLockManager.LockType type,
IView context,
Collection<? extends Object> objects,
boolean recursive)
|
List<RWOLockManager.LockState<Object,IView>> |
InternalLockManager.unlock2(boolean explicit,
IView context)
|
Method parameters in org.eclipse.emf.cdo.spi.server with type arguments of type IView | |
---|---|
void |
InternalLockManager.setLockState(Object key,
RWOLockManager.LockState<Object,IView> lockState)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |