- NotificationConfig - Class in org.duracloud.common.notification
-
Configuration information necessary to set up notification.
- NotificationConfig() - Constructor for class org.duracloud.common.notification.NotificationConfig
-
- NotificationManager - Class in org.duracloud.common.notification
-
Manages the set of notifiers which have been configured.
- NotificationManager(Notifier...) - Constructor for class org.duracloud.common.notification.NotificationManager
-
- NotificationType - Enum in org.duracloud.common.notification
-
Defines the supported types of notification.
- Notifier - Interface in org.duracloud.common.notification
-
A Notifier is responsible for sending notifications to a destination or
set of destinations.
- notify(String, String, String...) - Method in class org.duracloud.common.notification.EmailNotifier
-
- notify(String, String, String...) - Method in interface org.duracloud.common.notification.Notifier
-
Sends a notification to a destination
- notifyAdmins(String, String) - Method in class org.duracloud.common.notification.EmailNotifier
-
- notifyAdmins(String, String) - Method in interface org.duracloud.common.notification.Notifier
-
Sends a notification to configured admins