Class 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 Detail

      • 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
    • Constructor Detail

      • SnmpRequestCommand

        public SnmpRequestCommand()
    • Method Detail

      • execute

        public java.lang.Object execute()
                                 throws java.lang.Exception
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        java.lang.Exception