Class ReportGenerator
-
- All Implemented Interfaces:
-
org.somda.sdc.biceps.common.access.MdibAccessObserver
public class ReportGenerator implements MdibAccessObserverHelper class to generate and send reports.
As there is currently support for one MDS only (org.somda.sdc.biceps.common.MdibEntity does not come with an MDS handle reference), no SourceMds attribute is set and hence all changes go into one report part.
-
-
Method Summary
Modifier and Type Method Description <T extends AbstractState> voidsendPeriodicStateReport(Map<String, List<T>> states, MdibVersion mdibVersion)Tries to send a periodic state event given states and an MDIB version. -
-
Method Detail
-
sendPeriodicStateReport
<T extends AbstractState> void sendPeriodicStateReport(Map<String, List<T>> states, MdibVersion mdibVersion)
Tries to send a periodic state event given states and an MDIB version.
- Parameters:
states- the states to put to the report.mdibVersion- the MDIB version used for the report.
-
-
-
-