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