| java.lang.Object net.fenyo.gnetwatch.data.EventGeneric net.fenyo.gnetwatch.data.EventReachable
EventReachable | public class EventReachable extends EventGeneric (Code) | | This event stores the last RTT computed.
author: Alexandre Fenyo version: $Id: EventReachable.java,v 1.9 2007/03/03 00:38:20 fenyo Exp $ |
Method Summary | |
public int | getDelay() Returns the RTT associated to this event.
none. | public int | getIntValue(java.util.List<EventGeneric> events, int idx) Returns an integer representation of the performance counter associated whith this event.
Parameters: events - every event. Parameters: idx - index of this event. |
EventReachable | public EventReachable(boolean reachable, int delay)(Code) | | Constructor.
Parameters: reachable - true if RTT < +inft Parameters: delay - RTT if reachable is true |
EventReachable | public EventReachable(boolean reachable)(Code) | | Constructor.
Parameters: reachable - true if RTT < +inft |
getDelay | public int getDelay()(Code) | | Returns the RTT associated to this event.
none. int RTT. |
getIntValue | public int getIntValue(java.util.List<EventGeneric> events, int idx)(Code) | | Returns an integer representation of the performance counter associated whith this event.
Parameters: events - every event. Parameters: idx - index of this event. int performance counter. |
|
|