Uses of Interface
org.eclipse.net4j.util.concurrent.IRWLockManager

Packages that use IRWLockManager
org.eclipse.net4j.util.concurrent 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.concurrent
 interface IRWOLockManager<OBJECT,CONTEXT>
          A read/write lock manager that supports write option locks.
 

Classes in org.eclipse.net4j.util.concurrent that implement IRWLockManager
 class RWLockManager<OBJECT,CONTEXT>
          Deprecated. Use RWOLockManager
 class RWOLockManager<OBJECT,CONTEXT>
          Keeps track of locks on objects.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.