Class GetRequestTracingConfiguration
- java.lang.Object
-
- fish.payara.nucleus.requesttracing.admin.GetRequestTracingConfiguration
-
- All Implemented Interfaces:
AdminCommand
@Service(name="get-requesttracing-configuration") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class GetRequestTracingConfiguration extends Object implements AdminCommand
Admin command to list Request Tracing Configuration- Author:
- mertcaliskan, Susan Rai
-
-
Constructor Summary
Constructors Constructor Description GetRequestTracingConfiguration()
-
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
-
-