Uses of Interface
org.eclipse.net4j.util.concurrent.IRWLockManager
Packages that use IRWLockManager
Package
Description
Utility interfaces and classes commonly useful in concurrent programming.
-
Uses of IRWLockManager in org.eclipse.net4j.util.concurrent
Subinterfaces of IRWLockManager in org.eclipse.net4j.util.concurrentModifier and TypeInterfaceDescriptioninterface
IRWOLockManager<OBJECT,
CONTEXT> Aread/write lock manager
that supportswrite option
locks.Classes in org.eclipse.net4j.util.concurrent that implement IRWLockManagerModifier and TypeClassDescriptionclass
RWLockManager<OBJECT,
CONTEXT> Deprecated.class
RWOLockManager<OBJECT,
CONTEXT> Keeps track of locks on objects.
RWOLockManager
.