E G I N O S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- EMAIL - org.duracloud.common.notification.NotificationType
- EmailNotifier - Class in org.duracloud.common.notification
-
Notifier which pushes notifications out via email.
- EmailNotifier() - Constructor for class org.duracloud.common.notification.EmailNotifier
G
- getAdmins() - Method in class org.duracloud.common.notification.NotificationConfig
- getNotificationType() - Method in class org.duracloud.common.notification.EmailNotifier
- getNotificationType() - Method in interface org.duracloud.common.notification.Notifier
-
Indicates the type of notifications sent by this notifier
- getOriginator() - Method in class org.duracloud.common.notification.NotificationConfig
- getPassword() - Method in class org.duracloud.common.notification.NotificationConfig
- getType() - Method in class org.duracloud.common.notification.NotificationConfig
- getUsername() - Method in class org.duracloud.common.notification.NotificationConfig
I
- initialize(NotificationConfig) - Method in class org.duracloud.common.notification.EmailNotifier
- initialize(NotificationConfig) - Method in interface org.duracloud.common.notification.Notifier
-
Initializes the Notifier to be able to set up connects to begin performing notification operations.
- initializeNotifiers(Collection<NotificationConfig>) - Method in class org.duracloud.common.notification.NotificationManager
-
Initializes notifiers using the provided configuration.
N
- 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
O
- org.duracloud.common.notification - package org.duracloud.common.notification
S
- sendAdminNotification(NotificationType, String, String) - Method in class org.duracloud.common.notification.NotificationManager
-
Sends a notification to system administrators through all configured notifiers of a given type.
- sendNotification(NotificationType, String, String, String...) - Method in class org.duracloud.common.notification.NotificationManager
-
Sends a notification through all configured notifiers of a given type.
- setAdminEmails(List<String>) - Method in class org.duracloud.common.notification.EmailNotifier
-
Intended for testing only
- setAdmins(List<String>) - Method in class org.duracloud.common.notification.NotificationConfig
- setEmailer(Emailer) - Method in class org.duracloud.common.notification.EmailNotifier
-
Intended for testing only
- setOriginator(String) - Method in class org.duracloud.common.notification.NotificationConfig
- setPassword(String) - Method in class org.duracloud.common.notification.NotificationConfig
- setType(String) - Method in class org.duracloud.common.notification.NotificationConfig
- setUsername(String) - Method in class org.duracloud.common.notification.NotificationConfig
V
- valueOf(String) - Static method in enum org.duracloud.common.notification.NotificationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.duracloud.common.notification.NotificationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages