Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.concurrent.TimeoutException

Packages that use TimeoutException
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

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

Methods in org.infinispan.util.concurrent.locks that throw TimeoutException
 boolean LockManagerImpl.acquireLock(InvocationContext ctx, Object key, long timeoutMillis, boolean skipLocking)
           
 boolean LockManager.acquireLock(InvocationContext ctx, Object key, long timeoutMillis, boolean skipLocking)
          Attempts to lock an entry if the lock isn't already held in the current scope, and records the lock in the context.
 boolean LockManagerImpl.acquireLockNoCheck(InvocationContext ctx, Object key, long timeoutMillis, boolean skipLocking)
           
 boolean LockManager.acquireLockNoCheck(InvocationContext ctx, Object key, long timeoutMillis, boolean skipLocking)
          Same as LockManager.acquireLock(org.infinispan.context.InvocationContext, Object, long, boolean), but doesn't check whether the lock is already acquired by the caller.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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