| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.actions.Action net.fenyo.gnetwatch.actions.ActionSNMP
ActionSNMP | public class ActionSNMP extends Action (Code) | | Instances of this action class use SNMP to get the interface list of their target,
and to get SNMP counters for each interface.
author: Alexandre Fenyo version: $Id: ActionSNMP.java,v 1.21 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. | public void | interrupt(InterruptCause cause) Asks this action to stop rapidely.
Parameters: cause - cause. | public void | invoke() Gets the interface list to create interfaces and gets snmp counters.
none. |
ActionSNMP | public ActionSNMP()(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. |
interrupt | public void interrupt(InterruptCause cause)(Code) | | Asks this action to stop rapidely.
Parameters: cause - cause. void. throws: IOException - IO exception. |
|
|
|