Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.JobStateReason
JobStateReason
attribute provides additional
information about the current state of a job. Its always part
of the JobStateReasons
printing attribute.
IPP Compatibility: JobStateReason is not an IPP 1.1
attribute itself but used inside the JobStateReasons
attribute.
Field Summary | |
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
static JobStateReason |
|
Constructor Summary | |
|
Method Summary | |
Class< |
|
protected EnumSyntax[] |
|
String |
|
protected String[] |
|
Methods inherited from class javax.print.attribute.EnumSyntax | |
clone , getEnumValueTable , getOffset , getStringTable , getValue , hashCode , readResolve , toString |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public static final JobStateReason ABORTED_BY_SYSTEM
The job has been aborted by the system.
public static final JobStateReason COMPRESSION_ERROR
The printer aborted the job because of a compression error while trying to decompress the document data. If this state is given the test for supported compression has already been passed.
public static final JobStateReason DOCUMENT_ACCESS_ERROR
The printer is unable to access one or more documents provided by reference in the print job.
public static final JobStateReason DOCUMENT_FORMAT_ERROR
The printer aborted the job because of an error in the document data.
public static final JobStateReason JOB_CANCELED_AT_DEVICE
The job was canceled by an unidentified local user at the device.
public static final JobStateReason JOB_CANCELED_BY_OPERATOR
The job was canceled by the operator.
public static final JobStateReason JOB_CANCELED_BY_USER
The job was canceled by the user (the owner of the job).
public static final JobStateReason JOB_COMPLETED_SUCCESSFULLY
The printer completed the job successfully.
public static final JobStateReason JOB_COMPLETED_WITH_ERRORS
The printer completed the job with errors.
public static final JobStateReason JOB_COMPLETED_WITH_WARNINGS
The printer completed the job with warnings.
public static final JobStateReason JOB_DATA_INSUFFICIENT
The printer is expecting additional document data before it can move this job into the processing state.
public static final JobStateReason JOB_HOLD_UNTIL_SPECIFIED
The job was submitted with aJobHoldUntil
attribute which specifies a time period still in the future and causes the job to be on hold.
public static final JobStateReason JOB_INCOMING
The printer has accepted the job or is retrieving document data for processing.
public static final JobStateReason JOB_INTERPRETING
The printer is currently interpreting the jobs document data. Detailed state of the job's processing state.
public static final JobStateReason JOB_OUTGOING
The printer transfers the job to the actual output device.
public static final JobStateReason JOB_QUEUED
The printer has queued the document data. Detailed state of the job's processing state.
public static final JobStateReason JOB_QUEUED_FOR_MARKER
The job is queued for marking.
public static final JobStateReason JOB_RESTARTABLE
The job is retained and is able to be restared.
public static final JobStateReason JOB_TRANSFORMING
The printer is transforming the document data to another representation. Detailed state of the job's processing state.
public static final JobStateReason PRINTER_STOPPED_PARTLY
The printer stopped partly.
public static final JobStateReason PROCESSING_TO_STOP_POINT
The client has either canceled the job or the printer aborted the job. However the printer still performs some action on the job e.g. to cleanup.
public static final JobStateReason QUEUED_IN_DEVICE
The printer has forwarded the job to the actual output device. This device is not capable of reporting the state back so that the job state is set to completed by the printer.
public static final JobStateReason RESOURCES_ARE_NOT_READY
One or more resources needed by the job are not ready. E.g. needed media type.
public static final JobStateReason SERVICE_OFF_LINE
The printer is offline and therefore is not accepting jobs.
public static final JobStateReason SUBMISSION_INTERRUPTED
The printer has not received the whole job submission. This indicates no reason for the interruption.
public static final JobStateReason UNSUPPORTED_COMPRESSION
The printer aborted the job because of an unsupported compression while trying to decompress the document data.
public static final JobStateReason UNSUPPORTED_DOCUMENT_FORMAT
The printer aborted the job because of the document format is not supported. This may happen if a job is specified as application/octet-stream format.
protected JobStateReason(int value)
Constructs aJobStateReason
object.
- Parameters:
value
- the enum value.
public Class< ? extends Attribute> getCategory()
Returns category of this class.
- Specified by:
- ? extends Attribute> getCategory in interface Attribute
- Returns:
- The class
JobStateReason
itself.
protected EnumSyntax[] getEnumValueTable()
Returns a table with the enumeration values for this object.
- Overrides:
- getEnumValueTable in interface EnumSyntax
- Returns:
- The enumeration values.
public final String getName()
Returns the name of this attribute.
- Returns:
- The name "job-state-reason".
protected String[] getStringTable()
Returns a table with the enumeration values represented as strings for this object.
- Overrides:
- getStringTable in interface EnumSyntax
- Returns:
- The enumeration values as strings.