Package net.fenyo.gnetwatch.actions

this package defines action classes

See:
          Description

Class Summary
Action Action is the base class for any action: ActionFlood, ActionPing, ActionSNMP, etc.
ActionFlood Instances of this action class can flood their target with UDP and create events of type EventFlood to log the throughput.
ActionGenericProcess Instances of this action class can spawn external processes and create events of type EventGenericProcess.
ActionGenericSrc Instances of this action class can connect to external sources (by reading files) and create events of type EventGenericSrc.
ActionHTTP Instances of this action class can load any HTTP server and create events of type EventHTTP to log the throughput.
ActionNmap Instances of this action class use NMAP to explore their target and create events of type EventReachable.
ActionPing Instances of this action class can send/receive ICMP echo messages to their target and create events of type EventReachable.
ActionSNMP Instances of this action class use SNMP to get the interface list of their target, and to get SNMP counters for each interface.
ExternalCommand Instances of this class launch and manage processes outside of the JVM.
 

Enum Summary
Action.InterruptCause  
 

Package net.fenyo.gnetwatch.actions Description

this package defines action classes

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