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