Package org.opennms.netmgt.snmp.commands
Class SnmpRequestCommand
- java.lang.Object
-
- org.opennms.netmgt.snmp.commands.SnmpRequestCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
GetCommand
,WalkCommand
public class SnmpRequestCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description LocationAwareSnmpClient
locationAwareSnmpClient
protected java.lang.String
m_host
protected java.lang.String
m_location
protected java.util.List<java.lang.String>
m_oids
protected java.lang.String
m_systemId
SnmpAgentConfigFactory
snmpAgentConfigFactory
-
Constructor Summary
Constructors Constructor Description SnmpRequestCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Field Detail
-
snmpAgentConfigFactory
public SnmpAgentConfigFactory snmpAgentConfigFactory
-
locationAwareSnmpClient
public LocationAwareSnmpClient locationAwareSnmpClient
-
m_location
protected java.lang.String m_location
-
m_systemId
protected java.lang.String m_systemId
-
m_host
protected java.lang.String m_host
-
m_oids
protected java.util.List<java.lang.String> m_oids
-
-