Class AuditSmfRecord

    • Constructor Detail

      • AuditSmfRecord

        public AuditSmfRecord​(java.lang.String message)
        Create a Dependency Based Build SMF Audit record that will be used for write SMF records. Define JVM property, DBB_SMFWRITE_ENABLED=true, to have a DBB SMF record automatically written during the running of a build script.
        Parameters:
        message - Audit message to add to SMF record
      • AuditSmfRecord

        public AuditSmfRecord​(byte[] data)
        Create a Dependency Based Build SMF record object to map data read using the SMF record dump program.
        Parameters:
        data - buffer of data from SMF record dump program
        Throws:
        BuildException
        java.lang.IllegalArgumentException - if type and subtype in buffer are not consistent with the DBB SMF record type and subtype.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class DBBSmfRecord