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