| Package | Description |
|---|---|
| org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
| org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
| org.transitime.monitoring |
For monitoring system to make sure that it is up and working correctly.
|
| Constructor and Description |
|---|
ApiServerMonitor(MonitorResult monitorResult) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MonitorResult> |
IpcServerStatus.getMonitorResults() |
| Constructor and Description |
|---|
IpcServerStatus(java.util.List<MonitorResult> monitorResults)
Member Functions
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MonitorResult> |
AgencyMonitor.getMonitorResults()
Checks all the monitors for the agency and returns all resulting messages
whether a monitor is triggered or not.
|