| net.fenyo.gnetwatch.actions.Action net.fenyo.gnetwatch.actions.ActionNmap
ActionNmap | public class ActionNmap extends Action (Code) | | Instances of this action class use NMAP to explore their target
and create events of type EventReachable.
author: Alexandre Fenyo version: $Id: ActionNmap.java,v 1.2 2007/03/12 05:04:14 fenyo Exp $ |
Method Summary | |
protected void | disposed() Called when this element is being removed.
none. | public long | getMaxDelay() Returns the timeout associated with this action.
none. | public String | getQueueName() Returns the associated target.
none. | protected void | initialize(GUI gui) Called to inform about the current GUI.
Parameters: gui - current GUI instance. | public void | interrupt(InterruptCause cause) Asks this action to stop rapidely.
Parameters: cause - cause. | public void | invoke() Computes the signature of the target.
none. |
ActionNmap | public ActionNmap(Target target, Background background)(Code) | | Constructor.
Parameters: target - target this action works on. Parameters: background - queue manager by which this action will add events. |
ActionNmap | public ActionNmap()(Code) | | Constructor.
none. |
disposed | protected void disposed()(Code) | | Called when this element is being removed.
none. void. |
getMaxDelay | public long getMaxDelay()(Code) | | Returns the timeout associated with this action.
none. long timeout. |
getQueueName | public String getQueueName()(Code) | | Returns the associated target.
none. Target associated target. |
initialize | protected void initialize(GUI gui)(Code) | | Called to inform about the current GUI.
Parameters: gui - current GUI instance. void. |
interrupt | public void interrupt(InterruptCause cause) throws IOException(Code) | | Asks this action to stop rapidely.
Parameters: cause - cause. void. throws: IOException - IO exception. |
|
|