public class SubmittedPrintJob
extends java.lang.Object
| Constructor and Description |
|---|
SubmittedPrintJob(java.util.concurrent.Future<PrintJobResult> reportFuture,
PrintJobEntry entry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PrintJobEntry |
getEntry() |
java.util.concurrent.Future<PrintJobResult> |
getReportFuture()
Get the future for checking if the report is done and for getting the uri.
|
public SubmittedPrintJob(java.util.concurrent.Future<PrintJobResult> reportFuture, PrintJobEntry entry)
reportFuture - the future for checking if the report is done and for getting the urientry - the print job entry.public final java.util.concurrent.Future<PrintJobResult> getReportFuture()
public final PrintJobEntry getEntry()