public interface CriticalComponent
| Modifier and Type | Method and Description |
|---|---|
default void |
enterCritical(int path)
please save the time you entered here.
|
boolean |
isExpired(long timeout)
Is this Component expired at a given timeout..
|
default void |
leaveCritical(int path)
please save the time you entered here
Use volatile variables.
|
default void enterCritical(int path)
default void leaveCritical(int path)
boolean isExpired(long timeout)
timeout - Copyright © 2018 The Apache Software Foundation. All Rights Reserved.