Uses of Class
org.somda.sdc.glue.consumer.report.ReportProcessingException
-
Packages that use ReportProcessingException Package Description org.somda.sdc.glue.consumer.report Report processing on the Glue consumer side.org.somda.sdc.glue.consumer.report.helper Helpers for the consumer report package. -
-
Uses of ReportProcessingException in org.somda.sdc.glue.consumer.report
Methods in org.somda.sdc.glue.consumer.report that throw ReportProcessingException Modifier and Type Method Description voidReportProcessor. startApplyingReportsOnMdib(RemoteMdibAccess mdibAccess, org.somda.sdc.biceps.model.message.GetContextStatesResponse contextStatesResponse)Accepts an MDIB and starts applying reports on it. -
Uses of ReportProcessingException in org.somda.sdc.glue.consumer.report.helper
Methods in org.somda.sdc.glue.consumer.report.helper that throw ReportProcessingException Modifier and Type Method Description voidReportWriter. write(org.somda.sdc.biceps.model.message.AbstractReport report, RemoteMdibAccess mdibAccess)Transforms the given report to a modifications set and writes it to the RemoteMdibAccess instance.
-