Interface SmiNotificationType

All Superinterfaces:
SmiObject

public interface SmiNotificationType extends SmiObject
The SmiNotificationType interface extends the SmiObject by attributes specific to the SMI NOTIFICATION-TYPE and TRAP-TYPE constructs, for example the OBJECTS clause.
Version:
1.7.0
Author:
Frank Fock
  • Method Details

    • getObjects

      List<SmiObjectType> getObjects()
      Gets the object definitions from the OBJECTS clause
      Returns:
      a list of SmiObjectType instances.
      Since:
      1.7.0
    • getObjectNames

      List<String> getObjectNames()
      Return the object names of the notification payload as defined by the OBJECTS (SMIv2) or VARIABLES (SMIv1 TRAP-TYPE) clause.
      Returns:
      a list of object names.
      Since:
      1.7.0