Class SendAsadminCommand
- java.lang.Object
-
- fish.payara.appserver.micro.services.asadmin.SendAsadminCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="send-asadmin-command") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType(DAS) public class SendAsadminCommand extends Object implements AdminCommand
{ this.instanceGroup = instanceGroup; } Sends an asadmin command to members of the Domain Hazelcast Cluster- Author:
- Andrew Pielage
-
-
Constructor Summary
Constructors Constructor Description SendAsadminCommand()
-
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
-
-