public abstract class EventMonitorBase extends Object implements EventMonitor
| Constructor and Description |
|---|
EventMonitorBase(NotificationMgr notificationMgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
accountCreated(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
This method defines the contract for receiving notification of the
'account-creation' event.
|
protected abstract String |
buildBody(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo) |
protected abstract String[] |
buildRecipients() |
protected abstract String |
buildSubj(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo) |
public EventMonitorBase(NotificationMgr notificationMgr)
public void accountCreated(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
EventMonitoraccountCreated in interface EventMonitoracctInfo - of new accountprotected abstract String buildSubj(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
protected abstract String buildBody(org.duracloud.account.db.model.util.AccountCreationInfo acctInfo)
protected abstract String[] buildRecipients()
Copyright © 2009–2020 LYRASIS. All rights reserved.