this.name = "MOCK-Shutdown-Trash";
this.doFakeLag = true;
final VirtualMachine vm = this.ctx.getVm();
if (vm == null) {
throw new WorkspaceException("no VirtualMachine in request " +
"context, can not " + this.name);
}
final ArrayList ssh = SSHUtil.constructSshCommand(vm.getNode());
final ArrayList exe = XenUtil.constructRemoveCommand(vm, true);