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