Uses of Class
com.igormaznitsa.meta.common.utils.TimeGuard.TimeData
Packages that use TimeGuard.TimeData
-
Uses of TimeGuard.TimeData in com.igormaznitsa.meta.common.exceptions
Fields in com.igormaznitsa.meta.common.exceptions declared as TimeGuard.TimeDataMethods in com.igormaznitsa.meta.common.exceptions that return TimeGuard.TimeDataModifier and TypeMethodDescriptionTimeViolationError.getData()Get the data container which was created during time watcher registration.Constructors in com.igormaznitsa.meta.common.exceptions with parameters of type TimeGuard.TimeDataModifierConstructorDescriptionTimeViolationError(long detectedTimeInMilliseconds, TimeGuard.TimeData item) The Constructor. -
Uses of TimeGuard.TimeData in com.igormaznitsa.meta.common.utils
Fields in com.igormaznitsa.meta.common.utils with type parameters of type TimeGuard.TimeDataModifier and TypeFieldDescriptionprivate static final ThreadLocal<List<TimeGuard.TimeData>> TimeGuard.REGISTRYInside thread local storage of registered processors.Methods in com.igormaznitsa.meta.common.utils with parameters of type TimeGuard.TimeDataModifier and TypeMethodDescriptionvoidTimeGuard.TimeAlertListener.onTimeAlert(long detectedTimeDelayInMilliseconds, TimeGuard.TimeData timeData) Process time.