public abstract class BaseRequestTracingNotifierConfigurer<C extends Notifier> extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dynamic |
protected Boolean |
enabled |
protected Logger |
logger |
protected ServerEnvironment |
server |
protected RequestTracingService |
service |
protected String |
target |
protected Target |
targetUtil |
| Constructor and Description |
|---|
BaseRequestTracingNotifierConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
applyValues(C c) |
protected void |
configureDynamically() |
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
|
@Inject protected Target targetUtil
@Inject protected ServerEnvironment server
@Inject protected Logger logger
@Inject protected RequestTracingService service
protected Boolean dynamic
protected String target
protected Boolean enabled
public BaseRequestTracingNotifierConfigurer()
protected abstract void applyValues(C c) throws PropertyVetoException
PropertyVetoExceptionpublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationprotected void configureDynamically()
Copyright © 2019. All rights reserved.