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

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

Uses of LockFactory in com.atlassian.confluence.cache
 

Classes in com.atlassian.confluence.cache that implement LockFactory
 class TransactionalCacheFactory
          A cache factory that produces transactional caches.
 

Constructors in com.atlassian.confluence.cache with parameters of type LockFactory
TransactionalCacheFactory(com.atlassian.cache.CacheFactory cacheFactory, LockFactory lockFactory, SynchronizationManager synchronizationManager)
           
 

Uses of LockFactory in com.atlassian.confluence.cluster
 

Subinterfaces of LockFactory in com.atlassian.confluence.cluster
 interface ClusterManager
           
 

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

Classes in com.atlassian.confluence.cluster.coherence that implement LockFactory
 class TangosolClusterManager
          Implementation of a cluster manager that uses Tangosol Coherence
 

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

Classes in com.atlassian.confluence.cluster.nonclustered that implement LockFactory
 class NonClusterManager
           
 

Uses of LockFactory in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with parameters of type LockFactory
 void DefaultHeartbeatManager.setLockFactory(LockFactory lockFactory)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.