Package org.jboss.ha.framework.server.lock

Interface Summary
LocalLockHandler Provides local lock coordination for an AbstractClusterLockSupport.
 

Class Summary
AbstractClusterLockSupport Base class for cluster-wide lock implementations.
AbstractClusterLockSupport.RpcTarget Object the HAPartition can invoke on.
ClusterLockState  
LocalAndClusterLockManager  
NonGloballyExclusiveClusterLockSupport Support class for cluster locking scenarios where threads can hold a local lock on a category but not a cluster-wide lock.
RemoteLockResponse Return value for a "remoteLock" call.
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.
 

Enum Summary
ClusterLockState.State Lock status of a category
RemoteLockResponse.Flag  
 

Exception Summary
TimeoutException Thrown to indicate failure to acquire a lock within a specified timeout.
 



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