Class SetRequestTracingConfiguration
- java.lang.Object
-
- fish.payara.nucleus.requesttracing.admin.SetRequestTracingConfiguration
-
- All Implemented Interfaces:
AdminCommand
@ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) @Service(name="set-requesttracing-configuration") @CommandLock(NONE) @PerLookup public class SetRequestTracingConfiguration extends Object implements AdminCommand
Admin command to enable/disable all request tracing services defined in domain.xml.- Author:
- mertcaliskan
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerloggerprotected TargettargetUtil
-
Constructor Summary
Constructors Constructor Description SetRequestTracingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(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
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
context- information
-
-