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