Annotation Type SbbStatsPresentation


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface SbbStatsPresentation

    Annotation that can be used on an SBB Abstract Class to define an SNMP OID suffix for the SBB.

    Since:
    Rhino 3.1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String oidSuffix
      The SNMP OID suffix to use for the SBB.
    • Element Detail

      • oidSuffix

        String oidSuffix

        The SNMP OID suffix to use for the SBB. This suffix is appended to the base OID of a service that the SBB is used in to obtain the OID prefix used for the SBB’s usage parameter set types within that service.

        This attribute is mutually exclusive with the oid-suffix attribute of the <stats-presentation> element in the Rhino SBB extension deployment descriptor. An OID suffix can be specified using this annotation, or the deployment descriptor entry, but not both.

        Since:
        Rhino 3.1.0
        Default:
        ""