Package org.mapfish.print.servlet.job.impl
package org.mapfish.print.servlet.job.impl
This package contains interfaces and implementations for executing print jobs in separate threads
from the requesting threads. Typically the requests will be queued and a limited number will be
executed at once.
-
ClassesClassDescriptionA PrintJob implementation that write results to files.Print Job Entry.Print Job Result.Represent a print job that has completed.Job Queue that uses Registry.Encapsulates a job that has been submitted to the JobManager.A JobManager backed by a
ThreadPoolExecutor
.