Uses of Class
org.jboss.ha.framework.server.lock.AbstractClusterLockSupport

Packages that use AbstractClusterLockSupport
org.jboss.ha.framework.server.lock   
 

Uses of AbstractClusterLockSupport in org.jboss.ha.framework.server.lock
 

Subclasses of AbstractClusterLockSupport in org.jboss.ha.framework.server.lock
 class NonGloballyExclusiveClusterLockSupport
          Support class for cluster locking scenarios where threads can hold a local lock on a category but not a cluster-wide lock.
 class YieldingGloballyExclusiveClusterLockSupport
          Support class for cluster locking scenarios where threads cannot acquire a local lock unless the node owns a cluster-wide lock, but where the node owning the cluster-wide lock will yield it to another node if no thread has a local lock.
 



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