Uses of Interface
com.atlassian.confluence.concurrent.Lock

Packages that use Lock
com.atlassian.confluence.cache   
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.tangosol   
com.atlassian.confluence.concurrent   
 

Uses of Lock in com.atlassian.confluence.cache
 

Methods in com.atlassian.confluence.cache that return Lock
 Lock TransactionalCacheFactory.getLock(java.lang.String cacheName)
           
 

Uses of Lock in com.atlassian.confluence.cluster
 

Subinterfaces of Lock in com.atlassian.confluence.cluster
 interface ClusteredLock
          A clustered lock for locking of shared cluster resources
 

Uses of Lock in com.atlassian.confluence.cluster.tangosol
 

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

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

Uses of Lock in com.atlassian.confluence.concurrent
 

Methods in com.atlassian.confluence.concurrent that return Lock
 Lock LockFactory.getLock(java.lang.String name)
          Get a lock -- getting the lock does *not* imply that it has been acquired.
 

Constructors in com.atlassian.confluence.concurrent with parameters of type Lock
LockOperation(Lock lock)
           
LockOperationWithoutResult(Lock lock)
           
 



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