Interface NotificationMgr
-
- All Known Implementing Classes:
NotificationMgrImpl
public interface NotificationMgrThis interface defines the contract for retrieval of notification resources.- Author:
- Andrew Woods Date: 3/17/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationMgrConfiggetConfig()Retrieves the configuration of the NotificationMgrorg.duracloud.notification.EmailergetEmailer()This method returns an emailer resource
-
-
-
Method Detail
-
getEmailer
org.duracloud.notification.Emailer getEmailer()
This method returns an emailer resource- Returns:
- emailer
-
getConfig
NotificationMgrConfig getConfig()
Retrieves the configuration of the NotificationMgr- Returns:
- config
-
-