See: Description
| Interface | Description |
|---|---|
| JobManager |
Manages and Executes Print Jobs.
|
| PrintJob.PrintAction |
Interface encapsulating the code to run with the open output stream.
|
| Class | Description |
|---|---|
| FailedPrintJob |
Represents a failed print job.
|
| FilePrintJob |
A PrintJob implementation that write results to files.
|
| JobStatus |
The job status.
|
| PendingPrintJob |
Represents a pending print job.
|
| PrintJob |
The information for printing a report.
|
| PrintJobStatus |
Represent a print job that has completed.
|
| SubmittedPrintJob |
Encapsulates a job that has been submitted to the JobManager.
|
| SuccessfulPrintJob |
Represents a successfully completed job.
|
| ThreadPoolJobManager |
A JobManager backed by a
ThreadPoolExecutor. |
| Enum | Description |
|---|---|
| JobStatus.Status |
The status type.
|
| Exception | Description |
|---|---|
| NoSuchReferenceException |
Exception thrown for invalid job references.
|