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