Package fish.payara.jmx.monitoring.admin
Class MonitoringBootstrapper
- java.lang.Object
-
- fish.payara.jmx.monitoring.admin.MonitoringBootstrapper
-
- All Implemented Interfaces:
AdminCommand
@ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG,DEPLOYMENT_GROUP}) @Service(name="bootstrap-monitoring") @CommandLock(NONE) @PerLookup public class MonitoringBootstrapper extends Object implements AdminCommand
Admin command to bootstrap JMX monitoring service- Since:
- 4.1.2.174
- Author:
- jonathan coustick
-
-
Field Summary
Fields Modifier and Type Field Description protected TargettargetUtil
-
Constructor Summary
Constructors Constructor Description MonitoringBootstrapper()
-
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
-
-
-
Field Detail
-
targetUtil
@Inject protected Target targetUtil
-
-
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
-
-