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