public class AgencyMonitor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
checkAll()
Checks the core system to make sure it is working properly.
|
static AgencyMonitor |
getInstance(java.lang.String agencyId)
Returns the AgencyMonitor for the specified agencyId.
|
java.util.List<MonitorResult> |
getMonitorResults()
Checks all the monitors for the agency and returns all resulting messages
whether a monitor is triggered or not.
|
static void |
main(java.lang.String[] args) |
public static AgencyMonitor getInstance(java.lang.String agencyId)
agencyId
- Which agency get AgencyMonitor forpublic java.util.List<MonitorResult> getMonitorResults()
public java.lang.String checkAll()
public static void main(java.lang.String[] args)