Uses of Class
adams.flow.sink.sendnotification.AbstractNotification
-
Packages that use AbstractNotification Package Description adams.flow.sink adams.flow.sink.sendnotification adams.flow.standalone -
-
Uses of AbstractNotification in adams.flow.sink
Fields in adams.flow.sink declared as AbstractNotification Modifier and Type Field Description protected AbstractNotificationSendNotification. m_Notificationthe notification to use.Methods in adams.flow.sink that return AbstractNotification Modifier and Type Method Description AbstractNotificationSendNotification. getNotification()Returns the notification in use.Methods in adams.flow.sink with parameters of type AbstractNotification Modifier and Type Method Description voidSendNotification. setNotification(AbstractNotification value)Sets the notification to use. -
Uses of AbstractNotification in adams.flow.sink.sendnotification
Subclasses of AbstractNotification in adams.flow.sink.sendnotification Modifier and Type Class Description classConsoleOutputs the message in the console (with optional prefix).classEmailUses the incoming message as body in the email being sent.classLogFileOutputs the message to a log file.classMessageBoxSimply pops up a message box with the notification.classMultiNotificationExecutes the notifications sequentially.classNullFor suppressing notifications.Fields in adams.flow.sink.sendnotification declared as AbstractNotification Modifier and Type Field Description protected AbstractNotification[]MultiNotification. m_Notificationsthe notifications to combine.Methods in adams.flow.sink.sendnotification that return AbstractNotification Modifier and Type Method Description AbstractNotification[]MultiNotification. getNotifications()Returns the notifications in use.Methods in adams.flow.sink.sendnotification with parameters of type AbstractNotification Modifier and Type Method Description voidMultiNotification. setNotifications(AbstractNotification[] value)Sets the notifications to use. -
Uses of AbstractNotification in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractNotification Modifier and Type Field Description protected AbstractNotificationMemoryMonitor. m_Notificationthe notification scheme to use.Methods in adams.flow.standalone that return AbstractNotification Modifier and Type Method Description AbstractNotificationMemoryMonitor. getNotification()Returns the notification scheme in use.Methods in adams.flow.standalone with parameters of type AbstractNotification Modifier and Type Method Description voidMemoryMonitor. setNotification(AbstractNotification value)Sets the notification scheme to use.
-