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  Object PessimisticLockInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object TxInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object OptimisticLockingInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object MethodDispacherInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
          Handles CacheImpl._lock(org.jboss.cache.Fqn, org.jboss.cache.lock.NodeLock.LockType, boolean)
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, including internal Fqns such as buddy backup subtrees.
 Set<NodeLock> IdentityLock.acquireAll(Object caller, long timeout, NodeLock.LockType lock_type, boolean excludeInternalFqns)
           
 Set<NodeLock> NodeLock.acquireAll(Object caller, long timeout, NodeLock.LockType lock_type, boolean excludeInternalFqns)
          Same as the overloaded NodeLock.acquire(Object, long, org.jboss.cache.lock.NodeLock.LockType) except that you can optionally specify that internal Fqns - such as buddy backup subtrees - can be excluded when acquiring locks.
 



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