public interface AlertSupport
Modifier and Type | Interface and Description |
---|---|
static class |
AlertSupport.Severity
The alert severity
|
static class |
AlertSupport.Status
The alert status
|
Modifier and Type | Method and Description |
---|---|
void |
raiseAlert(String stream,
AlertSupport.Severity sev,
AlertSupport.Status status,
String description)
Raises an instantaneous alert in the system for any serious violations etc, where just raising an exception will
not help much.
|
void raiseAlert(String stream, AlertSupport.Severity sev, AlertSupport.Status status, String description)
stream
- the stream identifier over which the alert is raisedsev
- the severity of the alert raisedstatus
- the alert statusdescription
- brief human readable description about the alertCopyright © 2010–2016 AdroitLogic. All rights reserved.