|
|||||||||
| 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.EventBytesExchanged
net.fenyo.gnetwatch.data.EventBytesSent
public class EventBytesSent
Events of type EventsBytesSent store the amount of data sent during the period between the last event and this one.
| Field Summary | |
|---|---|
private static Log |
log
|
| Constructor Summary | |
|---|---|
EventBytesSent()
Default constructor. |
|
EventBytesSent(long bytes_sent)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getBytesSent()
Returns the numeric value stored with this event. |
| Methods inherited from class net.fenyo.gnetwatch.data.EventBytesExchanged |
|---|
getBytesExchanged, getIntValue, setBytesExchanged, setIntValue |
| 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
| Constructor Detail |
|---|
public EventBytesSent(long bytes_sent)
bytes_sent - bytes sent during the period between the last event and this one.public EventBytesSent()
none. - | Method Detail |
|---|
public long getBytesSent()
none. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||