Package | Description |
---|---|
org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the 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 | Class and Description |
---|---|
class |
IpcVehicleComplete
Extension of IpcVehicle class so that all info describing vehicle is
included.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcVehicleGtfsRealtime> |
VehiclesInterface.getGtfsRealtime()
Gets from server IpcCompleteVehicle info for all vehicles.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcVehicleGtfsRealtime> |
VehiclesServer.getGtfsRealtime() |