Skip to main content

%SYS.Monitor.AbstractNotificationFilter

Abstract class to filter notifications

Property Inventory

Method Inventory

Properties

property Notifications [ MultiDimensional ];
Notifications Notification(sensor,1)= value Notification(sensor,2)= severity Notification(sensor,3)= message Notification(sensor,4)= index (reading number)
Property methods: NotificationsDisplayToLogical(), NotificationsGet(), NotificationsIsValid(), NotificationsLogicalToDisplay(), NotificationsLogicalToOdbc(), NotificationsNormalize(), NotificationsSet()

Methods

abstract method Filter() as %Status
USER IMPLEMENTS THIS METHOD User may examine the Notifications and remove those they do not wish passed on to Notification classes.
method Start() as %Status
USER MAY IMPLEMENT THIS METHOD This method is called when the notifier filter class is created.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab