Class ReportWriter
-
- All Implemented Interfaces:
public class ReportWriterHelper class that accepts any state reports and writes them to a RemoteMdibAccess instance.
The ReportWriter acts as a dispatcher for all episodic reports SDC generates and which have to be transformed to modifications a RemoteMdibAccess instance understands.
-
-
Method Summary
Modifier and Type Method Description voidwrite(EpisodicReport report, RemoteMdibAccess mdibAccess)Transforms the given report to a modifications set and writes it to the RemoteMdibAccess instance. -
-
Method Detail
-
write
void write(EpisodicReport report, RemoteMdibAccess mdibAccess)
Transforms the given report to a modifications set and writes it to the RemoteMdibAccess instance.
- Parameters:
report- the report to write.mdibAccess- the MDIB access to write to.
-
-
-
-