public class NodeInfo
extends java.lang.Object
implements java.io.Serializable
Initial Date: 23.10.2007
限定符和类型 | 方法和说明 |
---|---|
ClusterConfig |
getConfig() |
long |
getLatestReceivedMsgId() |
java.lang.Integer |
getNodeId() |
long |
getNumOfMissedMsgs() |
long |
getNumOfReceivedMessages() |
void |
update(ClusterInfoEvent cie) |
boolean |
update(JMSWrapper jmsWrapper) |
public java.lang.Integer getNodeId()
public void update(ClusterInfoEvent cie)
cie
- synchronized for the rare case a clusterinfoevent was delay and arrives together with the next one.public boolean update(JMSWrapper jmsWrapper)
jmsWrapper
- synchronized: multiple messages can come in at the same timepublic long getNumOfReceivedMessages()
public long getLatestReceivedMsgId()
public long getNumOfMissedMsgs()
public ClusterConfig getConfig()