Package | Description |
---|---|
com.igormaznitsa.meta.common.utils |
Modifier and Type | Method and Description |
---|---|
static void |
TimeGuard.addGuard(String alertMessage,
long maxAllowedDelayInMilliseconds)
Add a time watcher.
|
static void |
TimeGuard.addGuard(String alertMessage,
long maxAllowedDelayInMilliseconds,
TimeGuard.TimeAlertListener timeAlertListener)
Add a time watcher and provide processor of time violation.
|
static String |
GetUtils.ensureNonNullAndNonEmpty(String value,
String dflt)
Get non-null non-empty string.
|
Constructor and Description |
---|
TimeData(int stackDepth,
String alertMessage,
long maxAllowedDelayInMilliseconds,
TimeGuard.TimeAlertListener violationListener)
The Constructor
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.