Interface NotificationMgr
- All Known Implementing Classes:
NotificationMgrImpl
public interface NotificationMgr
This interface defines the contract for retrieval of notification resources.
- Author:
- Andrew Woods Date: 3/17/11
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the configuration of the NotificationMgrorg.duracloud.notification.EmailerThis method returns an emailer resource
-
Method Details
-
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
-