Class NotificationMgrImpl
- java.lang.Object
-
- org.duracloud.account.db.util.notification.NotificationMgrImpl
-
- All Implemented Interfaces:
NotificationMgr
public class NotificationMgrImpl extends Object implements NotificationMgr
- Author:
- Andrew Woods Date: 3/17/11
-
-
Constructor Summary
Constructors Constructor Description NotificationMgrImpl(McConfig mcConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationMgrConfiggetConfig()Retrieves the configuration of the NotificationMgrorg.duracloud.notification.EmailergetEmailer()This method returns an emailer resource
-
-
-
Constructor Detail
-
NotificationMgrImpl
public NotificationMgrImpl(McConfig mcConfig)
-
-
Method Detail
-
getEmailer
public org.duracloud.notification.Emailer getEmailer()
Description copied from interface:NotificationMgrThis method returns an emailer resource- Specified by:
getEmailerin interfaceNotificationMgr- Returns:
- emailer
-
getConfig
public NotificationMgrConfig getConfig()
Description copied from interface:NotificationMgrRetrieves the configuration of the NotificationMgr- Specified by:
getConfigin interfaceNotificationMgr- Returns:
- config
-
-