Package | Description |
---|---|
org.transitime.api.utils |
Contains utilities for the API such as for handling standard parameters,
and validating usage to make sure key is proper and that not exceeding
access limits.
|
org.transitime.ipc.clients |
Contains the client side code for connecting to an RMI interface in order
to read configuration, predictions, or vehicle data from the server.
|
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 |
---|---|
PredictionsInterface |
StandardParameters.getPredictionsInterface()
Gets the PredictionsInterface for the agencyId specified as part of the
standard parameters.
|
Modifier and Type | Method and Description |
---|---|
static PredictionsInterface |
PredictionsInterfaceFactory.get(java.lang.String agencyId)
Gets the PredictionsInterface for the specified projectId.
|
Modifier and Type | Class and Description |
---|---|
class |
PredictionsServer
Implements the PredictionsInterface interface on the server side such that a
PredictionsInterfaceFactory can make RMI calls in order to obtain prediction
information.
|