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