Uses of Interface
com.atlassian.crowd.manager.lock.LockFactory

Packages that use LockFactory
com.atlassian.crowd.manager.lock   
 

Uses of LockFactory in com.atlassian.crowd.manager.lock
 

Classes in com.atlassian.crowd.manager.lock that implement LockFactory
 class ReentrantLockFactory
          A lock factory that creates a new instance of ReentrantLock on each call to ReentrantLockFactory.getLock(String).
 

Constructors in com.atlassian.crowd.manager.lock with parameters of type LockFactory
DirectoryLockManager(LockFactory lockFactory)
          Constructs an instance that delegates to the provided LockFactory for lock construction.
 



Copyright © 2010 Atlassian. All Rights Reserved.