| Interface | Description |
|---|---|
| RemoteTsDB |
Remote interface of TsDB, callable locally or by RMI
|
| Class | Description |
|---|---|
| ConsoleStarter |
Entry Point for console
|
| GeneralStationInfo |
Serializable general station info
immutable
|
| ParseReceiverLogFile | |
| PlotInfo |
Serializable plot info
immutable
|
| PlotMessage |
Contains a data receiver message and a date of one plot.
|
| PlotStatus |
Serializable plot status
immutable
|
| RemoteTsDBFactory |
Factory of RemoteTsDB
- create local instance
- start server for RMI
- connect to RMI
|
| ServerTsDB |
Local implementation of RemoteTsDB
|
| StartServerTsDB |
Start RMI Server
|
| StationInfo |
Serializable station info
immutable (Fields should not be changed.)
|
| VirtualPlotInfo |
Serializable virtual plot info
immutable (Fields should not be changed.)
|
| ZipExport |
Creates Zip-files of sets of time series
|
RemoteTsDB. It indirects calls to TsDB via ServerTsDB.