Class DeleteHTTPLBRefCommand
- java.lang.Object
-
- org.glassfish.loadbalancer.admin.cli.LBCommandsBase
-
- org.glassfish.loadbalancer.admin.cli.DeleteHTTPLBRefCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="delete-http-lb-ref") @PerLookup @TargetType({STANDALONE_INSTANCE,CLUSTER}) @ExecuteOn(DAS) public final class DeleteHTTPLBRefCommand extends LBCommandsBase implements AdminCommand
This is a remote command that supports the delete-http-lb-ref CLI command.- Author:
- Yamini K B
-
-
Constructor Summary
Constructors Constructor Description DeleteHTTPLBRefCommand()
-
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 valuesvoidremoveClusterRef(LbConfig lc, ClusterRef cRef)voidremoveServerRef(LbConfig lc, ServerRef sRef)
-
-
-
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
-
removeClusterRef
public void removeClusterRef(LbConfig lc, ClusterRef cRef)
-
-