Uses of Interface
com.atlassian.confluence.cluster.ClusteredLock

Packages that use ClusteredLock
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.coherence   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
 

Uses of ClusteredLock in com.atlassian.confluence.cluster
 

Methods in com.atlassian.confluence.cluster that return ClusteredLock
 ClusteredLock ClusterManager.getClusteredLock(String key)
          Get a distributed lock -- getting the lock does *not* imply that it has been acquired.
 

Uses of ClusteredLock in com.atlassian.confluence.cluster.coherence
 

Classes in com.atlassian.confluence.cluster.coherence that implement ClusteredLock
 class TangosolClusteredLock
          Tangosol implementation of a ClusteredLock
 

Methods in com.atlassian.confluence.cluster.coherence that return ClusteredLock
 ClusteredLock TangosolClusterManager.getClusteredLock(String key)
           
 

Uses of ClusteredLock in com.atlassian.confluence.cluster.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered that return ClusteredLock
 ClusteredLock NonClusterManager.getClusteredLock(String key)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.