Uses of Interface
org.eclipse.net4j.util.concurrent.IRWLockManager
- 
Packages that use IRWLockManager Package Description org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming.
- 
- 
Uses of IRWLockManager in org.eclipse.net4j.util.concurrentSubinterfaces of IRWLockManager in org.eclipse.net4j.util.concurrent Modifier and Type Interface Description interfaceIRWOLockManager<OBJECT,CONTEXT>Aread/write lock managerthat supportswrite optionlocks.Classes in org.eclipse.net4j.util.concurrent that implement IRWLockManager Modifier and Type Class Description classRWLockManager<OBJECT,CONTEXT>Deprecated.As of 3.2 useRWOLockManager.classRWOLockManager<OBJECT,CONTEXT>Keeps track of locks on objects.
 
-