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