Class EmailNotifier
- java.lang.Object
-
- org.ikasan.dashboard.notification.email.EmailNotifier
-
public class EmailNotifier extends java.lang.Object- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description EmailNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ikasan.monitor.notifier.EmailNotifierConfigurationgetConfiguration()voidsendNotification(EmailNotification emailNotification)voidsetConfiguration(org.ikasan.monitor.notifier.EmailNotifierConfiguration configuration)protected javax.mail.Address[]toArray(java.util.List<java.lang.String> emailAddresses)Convert the email addresses to actual Address implementations
-
-
-
Method Detail
-
sendNotification
public void sendNotification(EmailNotification emailNotification)
-
toArray
protected javax.mail.Address[] toArray(java.util.List<java.lang.String> emailAddresses)
Convert the email addresses to actual Address implementations- Parameters:
emailAddresses-- Returns:
-
getConfiguration
public org.ikasan.monitor.notifier.EmailNotifierConfiguration getConfiguration()
-
setConfiguration
public void setConfiguration(org.ikasan.monitor.notifier.EmailNotifierConfiguration configuration)
-
-