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