Interface SNMPParameterSetTypeMBean


  • public interface SNMPParameterSetTypeMBean

    The SNMPParameterSetTypeMBean interface provides methods to manage the SNMP mapping configurations of a single statistics parameter set type.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearCounterMapping​(String counterName)
      Clear a counter mapping in the parameter set type configuration managed by this MBean.
      void clearOIDMapping()
      Clear the OID mapping in the parameter set type configuration managed by this MBean.
      int getCounterMapping​(String counterName)
      Get a counter mapping from the parameter set type configuration managed by this MBean.
      TabularData getCounterMappings()
      Get the current counter mappings in the parameter set type configuration managed by this MBean.
      CompositeData getOIDMapping()
      Get the current OID mapping in the parameter set type configuration managed by this MBean.
      void setCounterMapping​(String counterName, int index)
      Set a counter mapping in the parameter set type configuration managed by this MBean.
      void setOIDMapping​(String oid)
      Set the OID mapping in the parameter set type configuration managed by this MBean.