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