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