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