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