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 |
---|---|
CommandsInterface |
StandardParameters.getCommandsInterface()
Gets the CommandsInterface for the specified agencyId.
|
Modifier and Type | Method and Description |
---|---|
static CommandsInterface |
CommandsInterfaceFactory.get(java.lang.String agencyId)
Gets the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandsServer |