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

Packages that use AbstractLockManager
org.jboss.cache.lock   
 

Uses of AbstractLockManager in org.jboss.cache.lock
 

Subclasses of AbstractLockManager in org.jboss.cache.lock
 class FqnLockManager
          An abstract lock manager that deals with Fqns rather than nodes.
 class MVCCLockManager
          This lock manager acquires and releases locks based on the Fqn passed in and not on the node itself.
 class NodeBasedLockManager
          Deprecated. since this is specific to legacy locking schemes
 class PessimisticNodeBasedLockManager
          Deprecated. will be removed with pessimistic locking
 



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