Package org.opennms.netmgt.snmp.commands
Class WalkCommand
- java.lang.Object
-
- org.opennms.netmgt.snmp.commands.SnmpRequestCommand
-
- org.opennms.netmgt.snmp.commands.WalkCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class WalkCommand extends SnmpRequestCommand implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.snmp.commands.SnmpRequestCommand
locationAwareSnmpClient, m_host, m_location, m_oids, m_systemId, snmpAgentConfigFactory
-
-
Constructor Summary
Constructors Constructor Description WalkCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Method Detail
-
execute
public java.lang.Object execute()
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
- Overrides:
execute
in classSnmpRequestCommand
-
-