Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.concurrent.locks.OwnableReentrantLock

Packages that use OwnableReentrantLock
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
org.infinispan.util.concurrent.locks.containers Concurrent lock containers. 
 

Uses of OwnableReentrantLock in org.infinispan.util.concurrent.locks
 

Subclasses of OwnableReentrantLock in org.infinispan.util.concurrent.locks
 class OwnableRefCountingReentrantLock
          A version of OwnableReentrantLock that has a reference counter, and implements RefCountingLock.
 

Uses of OwnableReentrantLock in org.infinispan.util.concurrent.locks.containers
 

Methods in org.infinispan.util.concurrent.locks.containers that return OwnableReentrantLock
 OwnableReentrantLock OwnableReentrantStripedLockContainer.getLock(Object object)
           
 

Methods in org.infinispan.util.concurrent.locks.containers with parameters of type OwnableReentrantLock
protected  void OwnableReentrantStripedLockContainer.lock(OwnableReentrantLock lock, Object lockOwner)
           
protected  boolean OwnableReentrantStripedLockContainer.tryLock(OwnableReentrantLock lock, long timeout, TimeUnit unit, Object lockOwner)
           
protected  void OwnableReentrantStripedLockContainer.unlock(OwnableReentrantLock l, Object owner)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.