|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.data.EventGeneric
net.fenyo.gnetwatch.data.EventGenericSrc
public class EventGenericSrc
This event stores the last RTT computed.
| Field Summary | |
|---|---|
private int |
delay
|
private static Log |
log
|
private boolean |
reachable
|
| Constructor Summary | |
|---|---|
EventGenericSrc()
Default constructor. |
|
EventGenericSrc(boolean reachable)
Constructor. |
|
EventGenericSrc(boolean reachable,
int delay)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getDelay()
Returns the RTT associated to this event. |
int |
getIntValue()
Returns an integer representation of the performance counter associated whith this event. |
boolean |
isReachable()
|
void |
setDelay(int delay)
|
void |
setIntValue(int value)
|
void |
setReachable(boolean reachable)
|
| Methods inherited from class net.fenyo.gnetwatch.data.EventGeneric |
|---|
getDate, getEventList, getId, setDate, setEventList, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private boolean reachable
private int delay
| Constructor Detail |
|---|
public EventGenericSrc(boolean reachable,
int delay)
reachable - true if RTT < +inftdelay - RTT if reachable is truepublic EventGenericSrc(boolean reachable)
reachable - true if RTT < +inftpublic EventGenericSrc()
none. - | Method Detail |
|---|
public int getIntValue()
getIntValue in class EventGenericevents - every event.
public void setIntValue(int value)
setIntValue in class EventGenericpublic int getDelay()
none. -
public void setDelay(int delay)
public boolean isReachable()
public void setReachable(boolean reachable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||