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 |
---|---|
ServerStatusInterface |
StandardParameters.getServerStatusInterface()
Gets the ServerStatusInterface for the specified agencyId.
|
Modifier and Type | Method and Description |
---|---|
static ServerStatusInterface |
ServerStatusInterfaceFactory.get(java.lang.String agencyId)
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStatusServer
Runs on the server side and receives IPC calls and returns results.
|