public class LockConfiguration extends Object
| Constructor and Description |
|---|
LockConfiguration(String name,
Instant lockAtMostUntil) |
LockConfiguration(String name,
Instant lockAtMostUntil,
Instant lockAtLeastUntil) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getLockAtLeastUntil() |
Instant |
getLockAtMostUntil() |
String |
getName() |
Instant |
getUnlockTime()
Returns either now or lockAtLeastUntil whichever is later.
|
String |
toString() |
Copyright © 2018. All rights reserved.