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 AbstractNotification
SendNotification. m_Notification
the notification to use.Methods in adams.flow.sink that return AbstractNotification Modifier and Type Method Description AbstractNotification
SendNotification. getNotification()
Returns the notification in use.Methods in adams.flow.sink with parameters of type AbstractNotification Modifier and Type Method Description void
SendNotification. 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 class
Console
Outputs the message in the console (with optional prefix).class
Email
Uses the incoming message as body in the email being sent.class
LogFile
Outputs the message to a log file.class
MessageBox
Simply pops up a message box with the notification.class
MultiNotification
Executes the notifications sequentially.class
Null
For suppressing notifications.Fields in adams.flow.sink.sendnotification declared as AbstractNotification Modifier and Type Field Description protected AbstractNotification[]
MultiNotification. m_Notifications
the 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 void
MultiNotification. 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 AbstractNotification
MemoryMonitor. m_Notification
the notification scheme to use.Methods in adams.flow.standalone that return AbstractNotification Modifier and Type Method Description AbstractNotification
MemoryMonitor. getNotification()
Returns the notification scheme in use.Methods in adams.flow.standalone with parameters of type AbstractNotification Modifier and Type Method Description void
MemoryMonitor. setNotification(AbstractNotification value)
Sets the notification scheme to use.
-