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 TreeCache._lock(Fqn fqn, int lock_type, boolean recursive)
           
 boolean Node.acquire(Object caller, long timeout, int lock_type)
          Acquire a node object by locking it first.
protected  boolean Node.acquireReadLock(Object caller, long timeout)
           
protected  boolean Node.acquireWriteLock(Object caller, long timeout)
           
 Set Node.acquireAll(Object caller, long timeout, int lock_type)
          Acquires locks for the entire subtree
 

Uses of TimeoutException in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock that throw TimeoutException
 void LockManagerImpl.getReadLock(TreeCache cache, String fqn, long timeout)
           
 void LockManagerImpl.getWriteLock(TreeCache cache, String fqn, long timeout)
           
 void LockManager.getReadLock(TreeCache cache, String fqn, long timeout)
          Acquires a read lock.
 void LockManager.getWriteLock(TreeCache cache, String fqn, long timeout)
          Acquires a write-lock.
 boolean IdentityLock.acquireWriteLock(Object caller, long timeout)
          Acquire a write lock with a timeout of timeout milliseconds.
 boolean IdentityLock.acquireReadLock(Object caller, long timeout)
          Acquire a read lock with a timeout period of timeout milliseconds.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.