public abstract class AbstractNullLock extends Object implements Lock
NullLock interface| Constructor and Description |
|---|
AbstractNullLock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked() |
void |
release()
Does nothing regardless of how many invokations the
tryLock() method has received |
boolean |
tryLock()
Does nothing and always returns
true |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.