Lines Matching full:notification
2 * @brief SNMP Error Notification class.
96 /** @class Notification
97 * @brief Notification interface.
100 * send the list of objects defined by the specific notification
104 class Notification class
107 Notification() = default;
108 Notification(const Notification&) = delete;
109 Notification(Notification&&) = default;
110 Notification& operator=(const Notification&) = delete;
111 Notification& operator=(Notification&&) = default;
112 virtual ~Notification() = default;
131 /** @brief get the SNMP notification type in the mib
135 * @returns the notification type string.
140 * this notification.
148 * @brief subclass of Notification
150 * A Error Notification represents the objects needed by the
153 class OBMCErrorNotification : public Notification
184 // notification sub types in getTrapOID()