Class ReportWriter

  • All Implemented Interfaces:

    
    public class ReportWriter
    
                        

    Helper 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void write(EpisodicReport report, RemoteMdibAccess mdibAccess) Transforms the given report to a modifications set and writes it to the RemoteMdibAccess instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.