| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static LogBookEntry |
LogBookEntry.clone(IMCMessage msg) |
static LogBookEntry |
LogBookEntry.create(java.lang.Object... values) |
LogBookEntry |
LogBookEntry.setContext(java.lang.String context) |
LogBookEntry |
LogBookEntry.setHtime(double htime) |
LogBookEntry |
LogBookEntry.setText(java.lang.String text) |
LogBookEntry |
LogBookEntry.setType(LogBookEntry.TYPE type) |
LogBookEntry |
LogBookEntry.setType(short type) |
LogBookEntry |
LogBookEntry.setType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<LogBookEntry> |
LogBookControl.getMsg() |
| Modifier and Type | Method and Description |
|---|---|
LogBookControl |
LogBookControl.setMsg(java.util.Collection<LogBookEntry> msg) |
| Constructor and Description |
|---|
LogBookControl(LogBookControl.COMMAND command,
double htime,
java.util.Collection<LogBookEntry> msg) |
| Modifier and Type | Method and Description |
|---|---|
LogBookEntry |
ImcSysState.lastLogBookEntry()
Retrieve the last
LogBookEntry or null if no message of that type was received yet. |
LogBookEntry |
ImcSysState.lastLogBookEntry(java.lang.String entityName)
Retrieve the last
LogBookEntry generated by the given entityName or null if no such message was received yet. |
LogBookEntry |
ImcSysState.pollLogBookEntry(long timeoutMillis)
Wait and retrieve the next
LogBookEntry. |
LogBookEntry |
ImcSysState.pollLogBookEntry(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
LogBookEntry generated by given entity. |