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.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.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.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.
|
Class and Description |
---|
CommandsInterface
Defines the RMI interface for sending commands or data to the server (as
opposed to for requesting data).
|
ConfigInterface
Defines the RMI interface for getting configuration data.
|
PredictionsInterface
Defines the RMI interface used for obtaining predictions.
|
ServerStatusInterface
RMI interface for determining the status of the server.
|
VehiclesInterface
Defines the RMI interface used for obtaining vehicle information.
|
Class and Description |
---|
PredictionsInterface.RouteStop
This class is for use as key into hash maps that store prediction data.
|
Class and Description |
---|
CommandsInterface
Defines the RMI interface for sending commands or data to the server (as
opposed to for requesting data).
|
ConfigInterface
Defines the RMI interface for getting configuration data.
|
PredictionsInterface
Defines the RMI interface used for obtaining predictions.
|
ServerStatusInterface
RMI interface for determining the status of the server.
|
VehiclesInterface
Defines the RMI interface used for obtaining vehicle information.
|
Class and Description |
---|
PredictionsInterface.RouteStop
This class is for use as key into hash maps that store prediction data.
|
Class and Description |
---|
CommandsInterface
Defines the RMI interface for sending commands or data to the server (as
opposed to for requesting data).
|
ConfigInterface
Defines the RMI interface for getting configuration data.
|
PredictionsInterface
Defines the RMI interface used for obtaining predictions.
|
PredictionsInterface.RouteStop
This class is for use as key into hash maps that store prediction data.
|
ServerStatusInterface
RMI interface for determining the status of the server.
|
VehiclesInterface
Defines the RMI interface used for obtaining vehicle information.
|