Package org.duracloud.mill.notification
Class SESNotificationManager
- java.lang.Object
-
- org.duracloud.mill.notification.SESNotificationManager
-
- All Implemented Interfaces:
NotificationManager
public class SESNotificationManager extends Object implements NotificationManager
- Author:
- Daniel Bernstein Date: Dec 31, 2013
-
-
Constructor Summary
Constructors Constructor Description SESNotificationManager(String[] recipients)SESNotificationManager(String[] recipientEmailAddresses, com.amazonaws.services.simpleemail.AmazonSimpleEmailService client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEmail(String subject, String body)Send a generic notification to the mill's admin
-
-
-
Method Detail
-
sendEmail
public void sendEmail(String subject, String body)
Description copied from interface:NotificationManagerSend a generic notification to the mill's admin- Specified by:
sendEmailin interfaceNotificationManager- Parameters:
subject- message subjectbody- message body
-
-