Class SubmittedPrintJob

java.lang.Object
org.mapfish.print.servlet.job.impl.SubmittedPrintJob

public class SubmittedPrintJob extends Object
Encapsulates a job that has been submitted to the JobManager.
  • Constructor Details

    • SubmittedPrintJob

      public SubmittedPrintJob(Future<PrintJobResult> reportFuture, PrintJobEntry entry)
      Constructor.
      Parameters:
      reportFuture - the future for checking if the report is done and for getting the uri
      entry - the print job entry.
  • Method Details

    • getReportFuture

      public final Future<PrintJobResult> getReportFuture()
      Get the future for checking if the report is done and for getting the uri.
    • getEntry

      public final PrintJobEntry getEntry()