Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
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 |
---|
ApiBlock(IpcBlock ipcBlock) |
ApiBlockTerse(IpcBlock ipcBlock) |
Constructor and Description |
---|
ApiBlocks(java.util.Collection<IpcBlock> blocks) |
ApiBlocksTerse(java.util.Collection<IpcBlock> blocks) |
Modifier and Type | Method and Description |
---|---|
IpcBlock |
IpcActiveBlock.getBlock() |
Constructor and Description |
---|
IpcActiveBlock(IpcBlock ipcBlock,
int activeTripIndex,
java.util.Collection<IpcVehicle> ipcVehicles,
Trip tripForSorting)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IpcBlock |
ConfigInterface.getBlock(java.lang.String blockId,
java.lang.String serviceId)
Returns block info for specified blockId and serviceId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcBlock> |
ConfigInterface.getBlocks(java.lang.String blockId)
Returns blocks for each service class for the blockId specified.
|
Modifier and Type | Method and Description |
---|---|
IpcBlock |
ConfigServer.getBlock(java.lang.String blockId,
java.lang.String serviceId) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IpcBlock> |
ConfigServer.getBlocks(java.lang.String blockId) |