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.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
Modifier and Type | Method and Description |
---|---|
VehicleConfig |
VehicleDataCache.getVehicleConfigByTrackerId(java.lang.String trackerId)
Returns the VehicleConfig for the specified trackerId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VehicleConfig> |
VehicleDataCache.getVehicleConfigs()
Returns an unmodifiable collection of the static vehicle configurations.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<VehicleConfig> |
VehicleConfig.getVehicleConfigs(org.hibernate.Session session)
Reads List of VehicleConfig objects from database
|
Constructor and Description |
---|
IpcVehicleConfig(VehicleConfig vc)
Member Functions
|