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