Interface SNMPNodeMBean


  • public interface SNMPNodeMBean

    The SNMPNodeMBean interface provides methods to interact with the per-node configuration of Rhino’s SNMP agent.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearAddressConfig()
      Clears explicit address bindings from the node this SNMPNodeMBean manages.
      String[] getBindAddresses()
      Returns the list of addresses that the SNMP agent will bind to for the node this SNMPNodeMBean manages.
      int getBindPort()
      Returns the port that the SNMP agent will bind to for the node this SNMPNodeMBean manages.
      void setBindAddresses​(String[] addresses)
      Sets the list of addresses that the SNMP agent will bind to for the node this SNMPNodeMBean manages.
      void setBindConfig​(String[] addresses, int port)
      Sets the addresses and port that the SNMP agent will bind to for the node this SNMPNodeMBean manages.
      void setBindPort​(int port)
      Sets the port that the SNMP agent will bind to for the node this SNMPNodeMBean manages.