| Package | Description |
|---|---|
| org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
| org.transitime.ipc.interfaces |
Contains the Interfaces for communicating data via RMI between a server
and a client.
|
| org.transitime.ipc.servers |
Contains the classes for the servers, such as the core prediction system,
that provide data via RMI.
|
| Constructor and Description |
|---|
ApiCalendar(IpcCalendar ipcCalendar) |
| Constructor and Description |
|---|
ApiCalendars(java.util.List<IpcCalendar> ipcCalendars) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpcCalendar> |
ConfigInterface.getAllCalendars()
Returns list of all Calendar objects.
|
java.util.List<IpcCalendar> |
ConfigInterface.getCurrentCalendars()
Returns list of Calendar objects that are currently active.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IpcCalendar> |
ConfigServer.getAllCalendars() |
java.util.List<IpcCalendar> |
ConfigServer.getCurrentCalendars() |