sidnet.utilityviews.statscollector
Class StatEntry_PacketDeliveryLatency

java.lang.Object
  extended by sidnet.utilityviews.statscollector.StatEntry
      extended by sidnet.utilityviews.statscollector.StatEntry_PacketDeliveryLatency
All Implemented Interfaces:
AdvancedStatEntry

public class StatEntry_PacketDeliveryLatency
extends StatEntry
implements AdvancedStatEntry


Nested Class Summary
static class StatEntry_PacketDeliveryLatency.MODE
           
 
Field Summary
 
Fields inherited from class sidnet.utilityviews.statscollector.StatEntry
key, tag
 
Constructor Summary
StatEntry_PacketDeliveryLatency(java.lang.String key, StatEntry_PacketDeliveryLatency.MODE mode)
           
 
Method Summary
 java.lang.String getValueAsString()
          Returns the current recorded value of the data that is being monitored, as String
 void setEventMonitor(sidnet.utilityviews.statscollector.EventMonitor packetMonitor)
           
 void update(Node[] nodes)
          User-defined processing (update of inner statistical values) based on the informations comprised in the Node The implementation must call this method first
 
Methods inherited from class sidnet.utilityviews.statscollector.StatEntry
getHeader, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatEntry_PacketDeliveryLatency

public StatEntry_PacketDeliveryLatency(java.lang.String key,
                                       StatEntry_PacketDeliveryLatency.MODE mode)
Method Detail

setEventMonitor

public void setEventMonitor(sidnet.utilityviews.statscollector.EventMonitor packetMonitor)
Specified by:
setEventMonitor in interface AdvancedStatEntry

getValueAsString

public java.lang.String getValueAsString()
Description copied from class: StatEntry
Returns the current recorded value of the data that is being monitored, as String

Overrides:
getValueAsString in class StatEntry
Returns:
data value

update

public void update(Node[] nodes)
Description copied from class: StatEntry
User-defined processing (update of inner statistical values) based on the informations comprised in the Node The implementation must call this method first

Overrides:
update in class StatEntry