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

Packages that use Lock
com.atlassian.confluence.cache   
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
com.atlassian.confluence.concurrent   
 

Uses of Lock in com.atlassian.confluence.cache
 

Methods in com.atlassian.confluence.cache that return Lock
 Lock TransactionalCacheFactory.getLock(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.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered that return Lock
 Lock NonClusterManager.getLock(String name)
           
 

Uses of Lock in com.atlassian.confluence.concurrent
 

Methods in com.atlassian.confluence.concurrent that return Lock
 Lock LockFactory.getLock(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)
           
 



Confluence is developed by Atlassian.