}
logger.info(String.format("%1$s with operation %2$s started.", conMethodName, objO.operation.Value()));
objR.setJSJobUtilites(this);
objR.Execute();
objR.Logout();
logger.info(String.format("%1$s with operation %2$s ended.", conMethodName, objO.operation.Value()));
} // doProcessing
}