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