public abstract class AbstractFutureEpochBasedValidator<T> extends AbstractEpochBasedTimeValidator<Future,T>
@Future validators that use an epoch to be compared to the time reference.referenceClock| Constructor and Description |
|---|
AbstractFutureEpochBasedValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected Duration |
getEffectiveTemporalValidationTolerance(Duration absoluteTemporalValidationTolerance)
Returns the temporal validation tolerance to apply.
|
protected boolean |
isValid(int result)
Returns whether the result of the comparison between the validated value and the time reference is considered
valid.
|
getEpochMillis, initialize, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeprotected boolean isValid(int result)
AbstractEpochBasedTimeValidatorisValid in class AbstractEpochBasedTimeValidator<Future,T>protected Duration getEffectiveTemporalValidationTolerance(Duration absoluteTemporalValidationTolerance)
AbstractEpochBasedTimeValidatorgetEffectiveTemporalValidationTolerance in class AbstractEpochBasedTimeValidator<Future,T>Copyright © 2019 JBoss by Red Hat. All rights reserved.