Class CreateHTTPHealthCheckerCommand
- java.lang.Object
-
- org.glassfish.loadbalancer.admin.cli.CreateHTTPHealthCheckerCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="create-http-health-checker") @PerLookup @TargetType({STANDALONE_INSTANCE,CLUSTER}) @ExecuteOn(DAS) public final class CreateHTTPHealthCheckerCommand extends Object implements AdminCommand
This is a remote command that creates health-checker config for cluster or server.- Author:
- Yamini K B
-
-
Constructor Summary
Constructors Constructor Description CreateHTTPHealthCheckerCommand()
-
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
-
-