@Service(name="notification-log-configure") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class LogNotificationConfigurer extends BaseNotificationConfigurer<LogNotifierConfiguration,LogNotifierService> implements AdminCommand
dynamic, enabled, logger, notificationService, server, target, targetUtil| Constructor and Description |
|---|
LogNotificationConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyValues(LogNotifierConfiguration configuration) |
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
|
protected String |
getHealthCheckNotifierCommandName() |
protected String |
getRequestTracingNotifierCommandName() |
configureDynamicallypublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandexecute in class BaseNotificationConfigurer<LogNotifierConfiguration,LogNotifierService>context - informationprotected void applyValues(LogNotifierConfiguration configuration) throws PropertyVetoException
applyValues in class BaseNotificationConfigurer<LogNotifierConfiguration,LogNotifierService>PropertyVetoExceptionprotected String getHealthCheckNotifierCommandName()
getHealthCheckNotifierCommandName in class BaseNotificationConfigurer<LogNotifierConfiguration,LogNotifierService>protected String getRequestTracingNotifierCommandName()
getRequestTracingNotifierCommandName in class BaseNotificationConfigurer<LogNotifierConfiguration,LogNotifierService>Copyright © 2017. All rights reserved.