| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static EntityMonitoringState |
EntityMonitoringState.clone(IMCMessage msg) |
static EntityMonitoringState |
EntityMonitoringState.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
EntityMonitoringState |
ImcSysState.lastEntityMonitoringState()
Retrieve the last
EntityMonitoringState or null if no message of that type was received yet. |
EntityMonitoringState |
ImcSysState.lastEntityMonitoringState(java.lang.String entityName)
Retrieve the last
EntityMonitoringState generated by the given entityName or null if no such message was received yet. |
EntityMonitoringState |
ImcSysState.pollEntityMonitoringState(long timeoutMillis)
Wait and retrieve the next
EntityMonitoringState. |
EntityMonitoringState |
ImcSysState.pollEntityMonitoringState(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
EntityMonitoringState generated by given entity. |