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

Packages that use ClusteredLock
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.tangosol   
 

Uses of ClusteredLock in com.atlassian.confluence.cluster
 

Methods in com.atlassian.confluence.cluster that return ClusteredLock
 ClusteredLock ClusterManager.getClusteredLock(java.lang.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.tangosol
 

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

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.