|
|||||||||
| 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.EventBytesReceived
public class EventBytesReceived
Events of type EventsBytesReceived store the amount of data received during the period between the last event and this one.
| Field Summary | |
|---|---|
private static Log |
log
|
| Constructor Summary | |
|---|---|
EventBytesReceived()
Default constructor. |
|
EventBytesReceived(long bytes_received)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getBytesReceived()
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 EventBytesReceived(long bytes_received)
bytes_received - bytes received during the period between the last event and this one.public EventBytesReceived()
none. - | Method Detail |
|---|
public long getBytesReceived()
none. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||