Uses of Interface
org.apache.openjpa.lib.util.concurrent.Lock

Packages that use Lock
org.apache.openjpa.lib.util.concurrent Concurrent Utilities 
 

Uses of Lock in org.apache.openjpa.lib.util.concurrent
 

Classes in org.apache.openjpa.lib.util.concurrent that implement Lock
 class ReentrantLock
          A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.