| Package | Description |
|---|---|
| com.igormaznitsa.meta.common.exceptions | |
| com.igormaznitsa.meta.common.utils |
| Modifier and Type | Field and Description |
|---|---|
private TimeGuard.TimeData |
TimeViolationError.item |
| Modifier and Type | Method and Description |
|---|---|
TimeGuard.TimeData |
TimeViolationError.getData()
Get the data container which was created during time watcher registration.
|
| Constructor and Description |
|---|
TimeViolationError(long detectedTimeInMilliseconds,
TimeGuard.TimeData item)
The Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<java.util.List<TimeGuard.TimeData>> |
TimeGuard.REGISTRY
Inside thread local storage of registered processors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeGuard.TimeAlertListener.onTimeAlert(long detectedTimeDelayInMilliseconds,
TimeGuard.TimeData timeData)
Process time.
|