public interface CriticalComponent
Modifier and Type | Method and Description |
---|---|
default void |
enterCritical(int path)
please save the time you entered here.
|
default CriticalAnalyzer |
getCriticalAnalyzer() |
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 CriticalAnalyzer getCriticalAnalyzer()
default void enterCritical(int path)
default void leaveCritical(int path)
boolean isExpired(long timeout)
timeout
- Copyright © 2019 JBoss by Red Hat. All rights reserved.