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