targetNames = refList.toArray(new String[refList.size()]);
else
targetNames=new String[]{"domain"};
}
progressObject = df.undeploy(df.createTargets(targetNames), appName, dProps);
DeploymentStatus status = df.waitFor(progressObject);
//we DO want it to continue and call the rest handlers, ie navigate(). This will
//re-generate the table data because there may be some apps thats been undeployed
//successfully. If we stopProcessing, the table data is stale and still shows the
//app that has been gone.
if( checkDeployStatus(status, handlerCtx, false)){