ehcache

Uses of Class
net.sf.ehcache.concurrent.LocksAcquisitionException

Packages that use LocksAcquisitionException
net.sf.ehcache.concurrent This package contains concurrency classes and utilities that are not available in java.util.concurrent. 
 

Uses of LocksAcquisitionException in net.sf.ehcache.concurrent
 

Methods in net.sf.ehcache.concurrent that throw LocksAcquisitionException
 Sync[] StripedReadWriteLockSync.getAndWriteLockAllSyncForKeys(long timeout, java.lang.Object... keys)
          Gets and write lock the Sync Stripes to use for the given keys.
 Sync[] CacheLockProvider.getAndWriteLockAllSyncForKeys(long timeout, java.lang.Object... keys)
          Gets and write lock the Sync Stripes to use for the given keys.
 


ehcache

true