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

Packages that use Lock
com.atlassian.confluence.cache   
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.hazelcast   
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(java.lang.String cacheName)
           
 

Uses of Lock in com.atlassian.confluence.cluster
 

Subinterfaces of Lock in com.atlassian.confluence.cluster
 interface ClusteredLock
          Deprecated. Since 5.6, use ClusterLockService for locking which returns instances of Lock
 

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

Methods in com.atlassian.confluence.cluster.hazelcast that return Lock
 Lock HazelcastClusterManager.getLock(java.lang.String name)
           
 

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

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

Uses of Lock in com.atlassian.confluence.concurrent
 

Methods in com.atlassian.confluence.concurrent that return Lock
 Lock LockFactory.getLock(java.lang.String name)
          Deprecated. 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
LockAdapter(Lock delegate)
          Deprecated.  
LockOperation(Lock lock)
          Deprecated.  
LockOperationWithoutResult(Lock lock)
          Deprecated.  
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.