@Service(name="delete-http-lb-ref") @PerLookup @TargetType(value={STANDALONE_INSTANCE,CLUSTER}) @ExecuteOn(value=DAS) public final class DeleteHTTPLBRefCommand extends LBCommandsBase implements AdminCommand
| Constructor and Description |
|---|
DeleteHTTPLBRefCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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
|
void |
removeClusterRef(LbConfig lc,
ClusterRef cRef) |
void |
removeServerRef(LbConfig lc,
ServerRef sRef) |
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationpublic void removeClusterRef(LbConfig lc, ClusterRef cRef)
Copyright © 2019. All rights reserved.