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