Class SubmittedPrintJob


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

      • SubmittedPrintJob

        public SubmittedPrintJob​(java.util.concurrent.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 Detail

      • getReportFuture

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