Package net.fenyo.gnetwatch.data

this package defines events (data relative to targets) and views (objects that display events)

See:
          Description

Class Summary
BytesReceivedView This view displays SNMP counters relative to ingress interfaces.
BytesSentView This view displays SNMP counters relative to egress interfaces.
DataView DataView is the base class to display time series.
EventBytesExchanged Events of type EventsBytesExchanged store the amount of data exchanged during the period between the last event and this one.
EventBytesReceived Events of type EventsBytesReceived store the amount of data received during the period between the last event and this one.
EventBytesSent Events of type EventsBytesSent store the amount of data sent during the period between the last event and this one.
EventFlood Events of type EventFlood store the amount of data flooded to a target during the period between the last event and this one.
EventGeneric This base class for every events stores the date of the event.
EventGenericProcess This event stores the last RTT computed.
EventGenericSrc This event stores the last RTT computed.
EventHTTP Events of type EventHTTP store the amount of data received from a HTTP/FTP server during the period between the last event and this one.
EventHTTPPages Events of type EventHTTP store the amount of pages/files received from a HTTP/FTP server during the period between the last event and this one.
EventList This class maintains event lists.
EventNmap This event stores the output of nmap.
EventReachable This event stores the last RTT computed.
FloodView This view displays the flooded traffic to an IP target.
GeneralInformationsView This view is intended to display general informations.
GenericProcessView This view displays RTT to an IP target.
GenericSrcView This view displays RTT to an IP target.
HTTPPagesView This view displays the received traffic (in pages per time unit) from a HTTP/FTP server.
HTTPView This view displays the received traffic from a HTTP/FTP server.
NmapView NmapView displays output text produced by Nmap.
ReachableView This view displays RTT to an IP target.
Views This class creates and manages views, depending on the events that are created.
 

Package net.fenyo.gnetwatch.data Description

this package defines events (data relative to targets) and views (objects that display events)

Version:
$Id: package.html,v 1.2 2007/03/04 22:08:51 fenyo Exp $
Author:
Alexandre Fenyo