Package | Description |
---|---|
org.transitime.ipc.rmi |
The org.transitime.ipc.rmi package is for making it easy to have remote RMI
access to objects on 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 | Class and Description |
---|---|
class |
HelloServer
A sample RMI server class.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandsServer |
class |
ConfigServer
Implements ConfigInterface to serve up configuration information to RMI
clients.
|
class |
PredictionsServer
Implements the PredictionsInterface interface on the server side such that a
PredictionsInterfaceFactory can make RMI calls in order to obtain prediction
information.
|
class |
ServerStatusServer
Runs on the server side and receives IPC calls and returns results.
|
class |
VehiclesServer
Implements the VehiclesInterface interface on the server side such that a
VehiclessClient can make RMI calls in order to obtain vehicle information.
|