|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.endpoint.endpointMeter.EndpointMetric
public class EndpointMetric
Aggregate Metric for Endpoint Monitoring
Constructor Summary | |
---|---|
EndpointMetric()
|
|
EndpointMetric(EndpointMetric prototype)
|
Method Summary | |
---|---|
(package private) void |
demuxMessageProcessed()
|
(package private) void |
discardedLoopbackDemuxMessage()
|
(package private) void |
errorProcessingIncomingMessage()
|
int |
getDemuxMessageProcessed()
The number of messages that were processed through demux |
int |
getDiscardedLoopbackDemuxMessage()
The number of messages that were discarded because of loopback detection |
long |
getEndpointStartTime()
Get the time this Endpoint was created, essentially the boot time of the PeerGroup |
long |
getEndpointUpTime()
Get the time this Endpoint has been up |
int |
getErrorProcessingIncomingMessage()
The number of messages whose local listeners threw exceptions |
int |
getIncomingMessageFilteredOut()
The number of messages that were discarded because of filtering |
int |
getIncomingMessageSentToEndpointListener()
The number of messages that sent to registered listeners |
int |
getInvalidIncomingMessage()
The number of messages received that had invalid formats |
int |
getNoDestinationAddressForDemuxMessage()
The number of messages that couldn't be demuxed because there was no destination address |
int |
getNoListenerForIncomingMessage()
The number of messages received that had no listeners |
int |
getNoSourceAddressForDemuxMessage()
The number of messages that couldn't be demuxed because there was no source address |
(package private) void |
incomingMessageFilteredOut()
|
(package private) void |
incomingMessageSentToEndpointListener()
|
void |
initializeFrom(Element element)
|
(package private) void |
invalidIncomingMessage()
|
void |
mergeMetrics(EndpointMetric other)
|
(package private) void |
noDestinationAddressForDemuxMessage()
|
(package private) void |
noListenerForIncomingMessage()
|
(package private) void |
noSourceAddressForDemuxMessage()
|
void |
serializeTo(Element element)
|
(package private) void |
setEndpointUpTime(long endpointUpTime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointMetric()
public EndpointMetric(EndpointMetric prototype)
Method Detail |
---|
void invalidIncomingMessage()
void noListenerForIncomingMessage()
void errorProcessingIncomingMessage()
void noDestinationAddressForDemuxMessage()
void noSourceAddressForDemuxMessage()
void discardedLoopbackDemuxMessage()
void incomingMessageFilteredOut()
void incomingMessageSentToEndpointListener()
void demuxMessageProcessed()
void setEndpointUpTime(long endpointUpTime)
public long getEndpointStartTime()
public long getEndpointUpTime()
public int getInvalidIncomingMessage()
public int getNoListenerForIncomingMessage()
public int getErrorProcessingIncomingMessage()
public int getNoDestinationAddressForDemuxMessage()
public int getNoSourceAddressForDemuxMessage()
public int getDiscardedLoopbackDemuxMessage()
public int getIncomingMessageFilteredOut()
public int getIncomingMessageSentToEndpointListener()
public int getDemuxMessageProcessed()
public void serializeTo(Element element) throws DocumentSerializationException
serializeTo
in interface DocumentSerializable
DocumentSerializationException
public void initializeFrom(Element element) throws DocumentSerializationException
initializeFrom
in interface DocumentSerializable
DocumentSerializationException
public void mergeMetrics(EndpointMetric other)
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |