Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
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 |
---|
ApiServerStatus(java.lang.String agencyId,
IpcServerStatus ipcServerStatus)
Constructors a ApiServerStatus object from agencyId and IpcServerStatus
objects.
|
Modifier and Type | Method and Description |
---|---|
IpcServerStatus |
ServerStatusInterface.get()
Gets from the server a IpcStatus object indicating
the status of the server.
|
Modifier and Type | Method and Description |
---|---|
IpcServerStatus |
ServerStatusServer.get() |