JXTA

net.jxta.impl.endpoint.endpointMeter
Class EndpointMeter

java.lang.Object
  extended by net.jxta.impl.endpoint.endpointMeter.EndpointMeter

public class EndpointMeter
extends Object

Aggregate Meter for Endpoint Monitoring


Constructor Summary
EndpointMeter()
           
 
Method Summary
 EndpointMetric collectMetrics()
           
 void demuxMessageProcessed()
           
 void discardedLoopbackDemuxMessage()
           
 void errorProcessingIncomingMessage()
           
 EndpointMetric getCumulativeMetrics()
           
 void incomingMessageFilteredOut()
           
 void incomingMessageSentToEndpointListener()
           
 void invalidIncomingMessage()
           
 void noDestinationAddressForDemuxMessage()
           
 void noListenerForIncomingMessage()
           
 void noSourceAddressForDemuxMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointMeter

public EndpointMeter()
Method Detail

getCumulativeMetrics

public EndpointMetric getCumulativeMetrics()

collectMetrics

public EndpointMetric collectMetrics()

invalidIncomingMessage

public void invalidIncomingMessage()

noListenerForIncomingMessage

public void noListenerForIncomingMessage()

errorProcessingIncomingMessage

public void errorProcessingIncomingMessage()

noDestinationAddressForDemuxMessage

public void noDestinationAddressForDemuxMessage()

noSourceAddressForDemuxMessage

public void noSourceAddressForDemuxMessage()

discardedLoopbackDemuxMessage

public void discardedLoopbackDemuxMessage()

incomingMessageFilteredOut

public void incomingMessageFilteredOut()

incomingMessageSentToEndpointListener

public void incomingMessageSentToEndpointListener()

demuxMessageProcessed

public void demuxMessageProcessed()

toString

public String toString()
Overrides:
toString in class Object

JXSE