@Service(name="set-admin-audit-service-notifier-configuration") @PerLookup @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DEPLOYMENT_GROUP,DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class SetAdminAuditServiceNotifierConfiguration extends Object implements AdminCommand
Notifier configuration as part of the
AdminAuditConfiguration.
This should not be confused with the NotifierConfiguration itself for that specific Notifier that
exists as part of NotificationServiceConfiguration.
When noisy parameter is not specified the according NotifierConfiguration is loaded from the
NotificationServiceConfiguration to use its NotifierConfiguration.getNoisy() as automatic fallback
setting.| Constructor and Description |
|---|
SetAdminAuditServiceNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
public SetAdminAuditServiceNotifierConfiguration()
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.