Uses of Class
org.jboss.cache.lock.NodeLock.LockType

Packages that use NodeLock.LockType
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.lock   
 

Uses of NodeLock.LockType in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type NodeLock.LockType
 void CacheImpl._lock(Fqn fqn, NodeLock.LockType lock_type, boolean recursive)
          Should not be called.
 

Uses of NodeLock.LockType in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type NodeLock.LockType
protected  void CacheLoaderInterceptor.lock(Fqn fqn, NodeLock.LockType lock_type, boolean recursive)
           
 

Uses of NodeLock.LockType in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock that return NodeLock.LockType
static NodeLock.LockType NodeLock.LockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeLock.LockType[] NodeLock.LockType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache.lock with parameters of type NodeLock.LockType
 boolean IdentityLock.acquire(Object caller, long timeout, NodeLock.LockType lock_type)
           
 boolean NodeLock.acquire(Object caller, long timeout, NodeLock.LockType lock_type)
           
 Set<NodeLock> IdentityLock.acquireAll(Object caller, long timeout, NodeLock.LockType lock_type)
           
 Set<NodeLock> NodeLock.acquireAll(Object caller, long timeout, NodeLock.LockType lock_type)
          Recursively acquire locks for this node and all subnodes.
 



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