Uses of Class
org.jboss.cache.lock.TimeoutException

Packages that use TimeoutException
org.jboss.cache   
org.jboss.cache.lock   
 

Uses of TimeoutException in org.jboss.cache
 

Methods in org.jboss.cache that throw TimeoutException
 void CacheImpl._lock(Fqn fqn, NodeLock.LockType lock_type, boolean recursive)
          Should not be called.
 

Uses of TimeoutException in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock that throw TimeoutException
 boolean IdentityLock.acquire(java.lang.Object caller, long timeout, NodeLock.LockType lock_type)
           
 boolean NodeLock.acquire(java.lang.Object caller, long timeout, NodeLock.LockType lock_type)
           
 java.util.Set<NodeLock> IdentityLock.acquireAll(java.lang.Object caller, long timeout, NodeLock.LockType lock_type)
           
 java.util.Set<NodeLock> NodeLock.acquireAll(java.lang.Object caller, long timeout, NodeLock.LockType lock_type)
          Recursively acquire locks for this node and all subnodes.
 boolean IdentityLock.acquireReadLock(java.lang.Object caller, long timeout)
          Acquire a read lock with a timeout period of timeout milliseconds.
 boolean NodeLock.acquireReadLock(java.lang.Object caller, long timeout)
          Acquires a read lock with a timeout period of timeout milliseconds.
 boolean IdentityLock.acquireWriteLock(java.lang.Object caller, long timeout)
          Acquire a write lock with a timeout of timeout milliseconds.
 boolean NodeLock.acquireWriteLock(java.lang.Object caller, long timeout)
          Acquires a write lock with a timeout of timeout milliseconds.