private void doProcessing() throws Exception {
@SuppressWarnings("unused") //$NON-NLS-1$
final String conMethodName = conClassName + "::doProcessing"; //$NON-NLS-1$
JSReportAllParameters objR = new JSReportAllParameters();
JSReportAllParametersOptions objO = objR.Options();
objO.setAllOptions(getSchedulerParameterAsProperties(getParameters()));
objO.CheckMandatory();
objR.setJSJobUtilites(this);
objR.Execute();
} // doProcessing