| Constructor and Description |
|---|
DeviceCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeNotify(Report report)
Perform changes to the report before delivery.
|
static java.lang.String |
getHostnameValue()
Memoises the hostname, as lookup can be expensive
|
static void |
initializeCache() |
public static java.lang.String getHostnameValue()
public static void initializeCache()
public void beforeNotify(Report report)
CallbackbeforeNotify in interface Callbackreport - the report to perform changes on.