@Service(name="_instanceValidateRemoteDirDeployment") @PerLookup @ExecuteOn(value=INSTANCE) public class InstanceValidateRemoteDirDeploymentCommand extends Object implements AdminCommand
The DAS computes a checksum for the deployment directory as it sees it and passes it as a parameter to this command. This command (on each instance) computes a checksum for the path passed to it. If the checksums agree then we conclude that the DAS and this instance saw the same files in the directory and this command reports success; otherwise this command reports failure.
Constructor and Description |
---|
InstanceValidateRemoteDirDeploymentCommand() |
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
|
public InstanceValidateRemoteDirDeploymentCommand()
public void execute(AdminCommandContext context)
AdminCommand
execute
in interface AdminCommand
context
- informationCopyright © 2021. All rights reserved.