See: Description
| Interface | Description |
|---|---|
| JobManager |
Manages and Executes Print Jobs.
|
| JobQueue |
Manages the Statuses of the Print Jobs.
|
| PrintJob.PrintAction |
Interface encapsulating the code to run with the open output stream.
|
| PrintJobEntry |
Print Job Entry.
|
| PrintJobResult |
Print Job Result.
|
| PrintJobStatus |
Print Job Status.
|
| Class | Description |
|---|---|
| Accounting |
Do some accounting for jobs.
|
| HibernateAccounting |
Store accounting info in the DB.
|
| HibernateAccountingEntry |
Entity for the print_accountings table.
|
| PrintJob |
The information for printing a report.
|
| Enum | Description |
|---|---|
| PrintJobStatus.Status |
The status type.
|
| Exception | Description |
|---|---|
| NoSuchReferenceException |
Exception thrown for invalid job references.
|