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