Class SubmittedPrintJob
java.lang.Object
org.mapfish.print.servlet.job.impl.SubmittedPrintJob
Encapsulates a job that has been submitted to the JobManager.
-
Constructor Summary
ConstructorsConstructorDescriptionSubmittedPrintJob
(Future<PrintJobResult> reportFuture, PrintJobEntry entry) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal PrintJobEntry
getEntry()
final Future<PrintJobResult>
Get the future for checking if the report is done and for getting the uri.
-
Constructor Details
-
SubmittedPrintJob
Constructor.- Parameters:
reportFuture
- the future for checking if the report is done and for getting the urientry
- the print job entry.
-
-
Method Details
-
getReportFuture
Get the future for checking if the report is done and for getting the uri. -
getEntry
-