Interface FrontierReport

    • Method Detail

      • getJobName

        java.lang.String getJobName()
        Returns:
        the jobName
      • getTimestamp

        long getTimestamp()
        Returns:
        the creation timestamp
      • getLineForDomain

        FrontierReportLine getLineForDomain​(java.lang.String domainName)
        Returns the line of the frontier report corresponding to the queue for the given domain name.
        Parameters:
        domainName - the domain name.
        Returns:
        null if no queue for this domain name exists, otherwise the line of the frontier report corresponding to the queue for the given domain name.