Class HealthCheckServiceConfigureCheckerWithThresholdsCommand
- java.lang.Object
-
- fish.payara.nucleus.healthcheck.admin.HealthCheckServiceConfigureCheckerWithThresholdsCommand
-
- All Implemented Interfaces:
AdminCommand
@Deprecated @Service(name="healthcheck-service-configure-checker-with-thresholds") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class HealthCheckServiceConfigureCheckerWithThresholdsCommand extends Object implements AdminCommand
Deprecated.Replaced bySetHealthCheckServiceConfigurationHelper command that combines the HealthCheckServiceConfigurer and HealthCheckServiceThresholdsConfigurer commands.- Since:
- 4.1.1.171
- Author:
- Andrew Pielage
-
-
Constructor Summary
Constructors Constructor Description HealthCheckServiceConfigureCheckerWithThresholdsCommand()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Deprecated.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)
Deprecated.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
-
-