{
final OldApplicationsConfigMBean oldApplicationsMBean =
getOldConfigProxies().getOldApplicationsConfigMBean();
final Map<String,Serializable> m = TypeCast.asMap(
oldApplicationsMBean.stopAndReturnStatusAsMap( appID, getSelfName(), optional ) );
checkDeploymentStatusForExceptions( m );
}
/**
* Checks the DeploymentStatus and all substages.