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