Class SetPayaraExecutorServiceConfigurationCommand
- java.lang.Object
-
- fish.payara.nucleus.executorservice.admin.SetPayaraExecutorServiceConfigurationCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="set-payara-executor-service-configuration") @PerLookup @ExecuteOn({DAS,INSTANCE}) public class SetPayaraExecutorServiceConfigurationCommand extends Object implements AdminCommand
- Author:
- Andrew Pielage
-
-
Constructor Summary
Constructors Constructor Description SetPayaraExecutorServiceConfigurationCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext acc)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 acc)
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:
acc- information
-
-