Esempio n. 1
0
 @Override
 public void onSucceeded(Guid cmdId, List<Guid> childCmdIds) {
   RemoveVmPoolCommand<? extends VmPoolParametersBase> cmd = getCommand(cmdId);
   CommandCoordinatorUtil.removeAllCommandsInHierarchy(cmdId);
   cmd.getParameters().setTaskGroupSuccess(true);
   cmd.endAction();
 }