org.mule.util.lock
Class ServerLockFactory<T>

java.lang.Object
  extended by org.mule.util.lock.ServerLockFactory<T>
All Implemented Interfaces:
LockFactory<T>

public class ServerLockFactory<T>
extends Object
implements LockFactory<T>


Constructor Summary
ServerLockFactory()
           
 
Method Summary
 Lock<T> createLock(String lockResourceName)
          Creates a Lock for a given resource using the resource unique identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLockFactory

public ServerLockFactory()
Method Detail

createLock

public Lock<T> createLock(String lockResourceName)
Description copied from interface: LockFactory
Creates a Lock for a given resource using the resource unique identifier.

Specified by:
createLock in interface LockFactory<T>


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