Class SystemMonitorImpl
- java.lang.Object
-
- org.duracloud.account.db.util.sys.impl.EventMonitorBase
-
- org.duracloud.account.db.util.sys.impl.SystemMonitorImpl
-
- All Implemented Interfaces:
EventMonitor
public class SystemMonitorImpl extends EventMonitorBase
This class monitors application events and notifies the system admin(s).- Author:
- Andrew Woods Date: 3/21/11
-
-
Constructor Summary
Constructors Constructor Description SystemMonitorImpl(NotificationMgr notificationMgr, McConfig config, AmaEndpoint amaEndpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringbuildBody(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)protected String[]buildRecipients()protected StringbuildSubj(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)-
Methods inherited from class org.duracloud.account.db.util.sys.impl.EventMonitorBase
accountCreated
-
-
-
-
Constructor Detail
-
SystemMonitorImpl
public SystemMonitorImpl(NotificationMgr notificationMgr, McConfig config, AmaEndpoint amaEndpoint)
-
-
Method Detail
-
buildSubj
protected String buildSubj(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
- Specified by:
buildSubjin classEventMonitorBase
-
buildBody
protected String buildBody(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
- Specified by:
buildBodyin classEventMonitorBase
-
buildRecipients
protected String[] buildRecipients()
- Specified by:
buildRecipientsin classEventMonitorBase
-
-