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 |
---|---|
VehiclesInterface |
StandardParameters.getVehiclesInterface()
Gets the VehiclesInterface for the specified agencyId.
|
Modifier and Type | Method and Description |
---|---|
static VehiclesInterface |
VehiclesInterfaceFactory.get(java.lang.String agencyId)
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
VehiclesServer
Implements the VehiclesInterface interface on the server side such that a
VehiclessClient can make RMI calls in order to obtain vehicle information.
|