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