Package fish.payara.jmx.monitoring.admin
Class SetJMXMonitoringConfiguration
- java.lang.Object
-
- fish.payara.jmx.monitoring.admin.SetJMXMonitoringConfiguration
-
- All Implemented Interfaces:
AdminCommand
@Service(name="set-jmx-monitoring-configuration") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG,DEPLOYMENT_GROUP}) public class SetJMXMonitoringConfiguration extends Object implements AdminCommand
Asadmin command to set the JMX monitoring service's configuration.- Since:
- 5.183
- Author:
- savage
-
-
Constructor Summary
Constructors Constructor Description SetJMXMonitoringConfiguration()
-
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
-
-