Class AddAssuranceCompletedAccessLogMessage

    • Constructor Detail

      • AddAssuranceCompletedAccessLogMessage

        public AddAssuranceCompletedAccessLogMessage​(java.lang.String s)
                                              throws LogException
        Creates a new add assurance complete access log message from the provided message string.
        Parameters:
        s - The string to be parsed as an add assurance complete access log message.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.
      • AddAssuranceCompletedAccessLogMessage

        public AddAssuranceCompletedAccessLogMessage​(LogMessage m)
        Creates a new add assurance complete access log message from the provided message string.
        Parameters:
        m - The log message to be parsed as an add assurance complete access log message.
    • Method Detail

      • getLocalAssuranceSatisfied

        public java.lang.Boolean getLocalAssuranceSatisfied()
        Indicates whether the local assurance requirement was satisfied.
        Returns:
        true if the local assurance requirement was satisfied, false if the local assurance requirement was not satisfied, or null if it was not included in the log message.
      • getRemoteAssuranceSatisfied

        public java.lang.Boolean getRemoteAssuranceSatisfied()
        Indicates whether the remote assurance requirement was satisfied.
        Returns:
        true if the remote assurance requirement was satisfied, false if the remote assurance requirement was not satisfied, or null if it was not included in the log message.
      • getServerAssuranceResults

        public java.lang.String getServerAssuranceResults()
        Retrieves information about the assurance processing performed by individual servers in the replication environment.
        Returns:
        Information about the assurance processing performed by individual servers in the replication environment, or null if it was not included in the log message.