Package | Description |
---|---|
org.transitime.core.dataCache |
Contains server-side managers that keep track of real-time data such that
it can be made available to clients via RMI.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcPredictionsForRouteStopDest> |
PredictionDataCache.getPredictions(java.util.List<PredictionsInterface.RouteStop> routeStops)
Returns copy of all predictions currently associated for each route/stop specified.
|
java.util.List<IpcPredictionsForRouteStopDest> |
PredictionDataCache.getPredictions(java.util.List<PredictionsInterface.RouteStop> routeStops,
int predictionsPerStop)
Returns copy of List
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcPredictionsForRouteStopDest> |
PredictionsInterface.get(java.util.List<PredictionsInterface.RouteStop> routeStops,
int predictionsPerStop)
For each route/stop specified returns a list of predictions for that
stop.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpcPredictionsForRouteStopDest> |
PredictionsServer.get(java.util.List<PredictionsInterface.RouteStop> routeStops,
int predictionsPerStop) |