public class SingleServerLockProvider extends Object implements LockProvider
LockProvider implementation for applications running in a single mule server| Constructor and Description |
|---|
SingleServerLockProvider() |
| Modifier and Type | Method and Description |
|---|---|
Lock |
createLock(String lockId)
Returns an instance of a
Lock. |
public Lock createLock(String lockId)
LockProviderLock.createLock in interface LockProviderlockId - id that identifies the Lock instanceLock instance related to the lockIdCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.