public class PropertyLockImpl extends Object implements IPropertyLock
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyLockImpl(PropertyBlockImpl block,
String key,
UUID pin) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyBlockImpl |
getBlock() |
protected String |
getKey() |
protected UUID |
getPin() |
boolean |
unlock()
unlock locked property-value for writable access
|
protected PropertyLockImpl(PropertyBlockImpl block, String key, UUID pin)
public boolean unlock()
IPropertyLockunlock in interface IPropertyLockprotected PropertyBlockImpl getBlock()
protected String getKey()
protected UUID getPin()
Copyright © 2020. All rights reserved.