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