| Package | Description |
|---|---|
| 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.
|
| 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.
|
| Constructor and Description |
|---|
AvlReport(IpcAvl ipcAvl)
For converting a RMI IpcAvl object to a regular AvlReport.
|
| Modifier and Type | Method and Description |
|---|---|
IpcAvl |
IpcVehicle.getAvl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CommandsInterface.pushAvl(IpcAvl avlData)
Sends AVL data to server.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CommandsInterface.pushAvl(java.util.Collection<IpcAvl> avlData)
Sends collection of AVL data to server.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CommandsServer.pushAvl(IpcAvl avlData)
Called on server side via RMI when AVL data is to be processed
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CommandsServer.pushAvl(java.util.Collection<IpcAvl> avlDataCollection)
Called on server side via RMI when AVL data is to be processed
|