org.mule.util.lock
Interface LockFactory<T>

All Known Implementing Classes:
ServerLockFactory

public interface LockFactory<T>

Factory for creating Lock instances. Default LockFactory can be override by modules using registry-bootstrap.


Method Summary
 Lock<T> createLock(String lockResourceName)
          Creates a Lock for a given resource using the resource unique identifier.
 

Method Detail

createLock

Lock<T> createLock(String lockResourceName)
Creates a Lock for a given resource using the resource unique identifier.



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.