javax.print.attribute.standard
Class JobStateReason

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by javax.print.attribute.EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax 
      extended by javax.print.attribute.standard.JobStateReason
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable , Cloneable sample code for java.lang.Cloneable definition code for java.lang.Cloneable , Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute

public class JobStateReason
extends EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
implements Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute

Class JobStateReason is a printing attribute class, an enumeration, that provides additional information about the job's current state, i.e., information that augments the value of the job's JobState sample code for javax.print.attribute.standard.JobState definition code for javax.print.attribute.standard.JobState attribute. Class JobStateReason defines standard job state reason values. A Print Service implementation only needs to report those job state reasons which are appropriate for the particular implementation; it does not have to report every defined job state reason.

Instances of JobStateReason do not appear in a Print Job's attribute set directly. Rather, a JobStateReasons sample code for javax.print.attribute.standard.JobStateReasons definition code for javax.print.attribute.standard.JobStateReasons attribute appears in the Print Job's attribute set. The JobStateReasons sample code for javax.print.attribute.standard.JobStateReasons definition code for javax.print.attribute.standard.JobStateReasons attribute contains zero, one, or more than one JobStateReason objects which pertain to the Print Job's status. The printer adds a JobStateReason object to the Print Job's JobStateReasons sample code for javax.print.attribute.standard.JobStateReasons definition code for javax.print.attribute.standard.JobStateReasons attribute when the corresponding condition becomes true of the Print Job, and the printer removes the JobStateReason object again when the corresponding condition becomes false, regardless of whether the Print Job's overall JobState sample code for javax.print.attribute.standard.JobState definition code for javax.print.attribute.standard.JobState also changed.

IPP Compatibility: The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.

See Also:
Serialized Form

Field Summary
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason ABORTED_BY_SYSTEM sample code for javax.print.attribute.standard.JobStateReason.ABORTED_BY_SYSTEM definition code for javax.print.attribute.standard.JobStateReason.ABORTED_BY_SYSTEM
          The job was aborted by the system.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason COMPRESSION_ERROR sample code for javax.print.attribute.standard.JobStateReason.COMPRESSION_ERROR definition code for javax.print.attribute.standard.JobStateReason.COMPRESSION_ERROR
          The job was aborted by the system because the printer encountered an error in the document data while decompressing it.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason DOCUMENT_ACCESS_ERROR sample code for javax.print.attribute.standard.JobStateReason.DOCUMENT_ACCESS_ERROR definition code for javax.print.attribute.standard.JobStateReason.DOCUMENT_ACCESS_ERROR
          The Printer could not access one or more documents passed by reference (i.e., the print data representation object is a URL).
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason DOCUMENT_FORMAT_ERROR sample code for javax.print.attribute.standard.JobStateReason.DOCUMENT_FORMAT_ERROR definition code for javax.print.attribute.standard.JobStateReason.DOCUMENT_FORMAT_ERROR
          The job was aborted by the system because the printer encountered an error in the document data while processing it.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_CANCELED_AT_DEVICE sample code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_AT_DEVICE definition code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_AT_DEVICE
          The job was canceled by an unidentified local user, i.e., a user at a console at the device.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_CANCELED_BY_OPERATOR sample code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_BY_OPERATOR definition code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_BY_OPERATOR
          The job was canceled by the operator, i.e., by a user who has been authenticated as having operator privileges (whether local or remote).
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_CANCELED_BY_USER sample code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_BY_USER definition code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_BY_USER
          The job was canceled by the owner of the job, i.e., by a user whose authenticated identity is the same as the value of the originating user that created the Print Job, or by some other authorized end-user, such as a member of the job owner's security group.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_COMPLETED_SUCCESSFULLY sample code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_SUCCESSFULLY definition code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_SUCCESSFULLY
          The job completed successfully.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_COMPLETED_WITH_ERRORS sample code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_WITH_ERRORS definition code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_WITH_ERRORS
          The job completed with errors (and possibly warnings too).
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_COMPLETED_WITH_WARNINGS sample code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_WITH_WARNINGS definition code for javax.print.attribute.standard.JobStateReason.JOB_COMPLETED_WITH_WARNINGS
          The job completed with warnings.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_DATA_INSUFFICIENT sample code for javax.print.attribute.standard.JobStateReason.JOB_DATA_INSUFFICIENT definition code for javax.print.attribute.standard.JobStateReason.JOB_DATA_INSUFFICIENT
          The printer has created the Print Job, but the printer is expecting additional print data before it can move the job into the PROCESSING state.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_HOLD_UNTIL_SPECIFIED sample code for javax.print.attribute.standard.JobStateReason.JOB_HOLD_UNTIL_SPECIFIED definition code for javax.print.attribute.standard.JobStateReason.JOB_HOLD_UNTIL_SPECIFIED
          The value of the job's JobHoldUntil sample code for javax.print.attribute.standard.JobHoldUntil definition code for javax.print.attribute.standard.JobHoldUntil attribute was specified with a date-time that is still in the future.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_INCOMING sample code for javax.print.attribute.standard.JobStateReason.JOB_INCOMING definition code for javax.print.attribute.standard.JobStateReason.JOB_INCOMING
          The printer has created the Print Job, but the printer has not finished accessing or accepting all the print data yet.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_INTERPRETING sample code for javax.print.attribute.standard.JobStateReason.JOB_INTERPRETING definition code for javax.print.attribute.standard.JobStateReason.JOB_INTERPRETING
          The job is in the PROCESSING state, but more specifically, the printer ia interpreting the document data.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_OUTGOING sample code for javax.print.attribute.standard.JobStateReason.JOB_OUTGOING definition code for javax.print.attribute.standard.JobStateReason.JOB_OUTGOING
          The printer is transmitting the job to the output device.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_PRINTING sample code for javax.print.attribute.standard.JobStateReason.JOB_PRINTING definition code for javax.print.attribute.standard.JobStateReason.JOB_PRINTING
          The output device is marking media.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_QUEUED sample code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED definition code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED
          The job is in the PROCESSING state, but more specifically, the printer has queued the document data.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_QUEUED_FOR_MARKER sample code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED_FOR_MARKER definition code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED_FOR_MARKER
          The job is in the PENDING_HELD, PENDING, or PROCESSING state, but more specifically, the printer has completed enough processing of the document to be able to start marking and the job is waiting for the marker.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_RESTARTABLE sample code for javax.print.attribute.standard.JobStateReason.JOB_RESTARTABLE definition code for javax.print.attribute.standard.JobStateReason.JOB_RESTARTABLE
          This job is retained and is currently able to be restarted.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason JOB_TRANSFORMING sample code for javax.print.attribute.standard.JobStateReason.JOB_TRANSFORMING definition code for javax.print.attribute.standard.JobStateReason.JOB_TRANSFORMING
          The job is in the PROCESSING state, but more specifically, the printer is interpreting document data and producing another electronic representation.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason PRINTER_STOPPED sample code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED definition code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED
          The value of the printer's PrinterState sample code for javax.print.attribute.standard.PrinterState definition code for javax.print.attribute.standard.PrinterState attribute ia STOPPED.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason PRINTER_STOPPED_PARTLY sample code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED_PARTLY definition code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED_PARTLY
          The value of the printer's PrinterStateReasons sample code for javax.print.attribute.standard.PrinterStateReasons definition code for javax.print.attribute.standard.PrinterStateReasons attribute contains a PrinterStateReason sample code for javax.print.attribute.standard.PrinterStateReason definition code for javax.print.attribute.standard.PrinterStateReason value of STOPPED_PARTLY.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason PROCESSING_TO_STOP_POINT sample code for javax.print.attribute.standard.JobStateReason.PROCESSING_TO_STOP_POINT definition code for javax.print.attribute.standard.JobStateReason.PROCESSING_TO_STOP_POINT
          The requester has canceled the job or the printer has aborted the job, but the printer is still performing some actions on the job until a specified stop point occurs or job termination/cleanup is completed.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason QUEUED_IN_DEVICE sample code for javax.print.attribute.standard.JobStateReason.QUEUED_IN_DEVICE definition code for javax.print.attribute.standard.JobStateReason.QUEUED_IN_DEVICE
          The job has been forwarded to a device or print system that is unable to send back status.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason RESOURCES_ARE_NOT_READY sample code for javax.print.attribute.standard.JobStateReason.RESOURCES_ARE_NOT_READY definition code for javax.print.attribute.standard.JobStateReason.RESOURCES_ARE_NOT_READY
          At least one of the resources needed by the job, such as media, fonts, resource objects, etc., is not ready on any of the physical printers for which the job is a candidate.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason SERVICE_OFF_LINE sample code for javax.print.attribute.standard.JobStateReason.SERVICE_OFF_LINE definition code for javax.print.attribute.standard.JobStateReason.SERVICE_OFF_LINE
          The printer is off-line and accepting no jobs.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason SUBMISSION_INTERRUPTED sample code for javax.print.attribute.standard.JobStateReason.SUBMISSION_INTERRUPTED definition code for javax.print.attribute.standard.JobStateReason.SUBMISSION_INTERRUPTED
          The job was not completely submitted for some unforeseen reason.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason UNSUPPORTED_COMPRESSION sample code for javax.print.attribute.standard.JobStateReason.UNSUPPORTED_COMPRESSION definition code for javax.print.attribute.standard.JobStateReason.UNSUPPORTED_COMPRESSION
          The job was aborted by the system because the printer determined while attempting to decompress the document's data that the compression is actually not among those supported by the printer.
static JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason UNSUPPORTED_DOCUMENT_FORMAT sample code for javax.print.attribute.standard.JobStateReason.UNSUPPORTED_DOCUMENT_FORMAT definition code for javax.print.attribute.standard.JobStateReason.UNSUPPORTED_DOCUMENT_FORMAT
          The job was aborted by the system because the document data's document format (doc flavor) is not among those supported by the printer.
 
Constructor Summary
protected JobStateReason sample code for javax.print.attribute.standard.JobStateReason.JobStateReason(int) definition code for javax.print.attribute.standard.JobStateReason.JobStateReason(int) (int value)
          Construct a new job state reason enumeration value with the given integer value.
 
Method Summary
 Class sample code for java.lang.Class definition code for java.lang.Class <? extends Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute > getCategory sample code for javax.print.attribute.standard.JobStateReason.getCategory() definition code for javax.print.attribute.standard.JobStateReason.getCategory() ()
          Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected  EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax [] getEnumValueTable sample code for javax.print.attribute.standard.JobStateReason.getEnumValueTable() definition code for javax.print.attribute.standard.JobStateReason.getEnumValueTable() ()
          Returns the enumeration value table for class JobStateReason.
 String sample code for java.lang.String definition code for java.lang.String getName sample code for javax.print.attribute.standard.JobStateReason.getName() definition code for javax.print.attribute.standard.JobStateReason.getName() ()
          Get the name of the category of which this attribute value is an instance.
protected  String sample code for java.lang.String definition code for java.lang.String [] getStringTable sample code for javax.print.attribute.standard.JobStateReason.getStringTable() definition code for javax.print.attribute.standard.JobStateReason.getStringTable() ()
          Returns the string table for class JobStateReason.
 
Methods inherited from class javax.print.attribute.EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
clone sample code for javax.print.attribute.EnumSyntax.clone() definition code for javax.print.attribute.EnumSyntax.clone() , getOffset sample code for javax.print.attribute.EnumSyntax.getOffset() definition code for javax.print.attribute.EnumSyntax.getOffset() , getValue sample code for javax.print.attribute.EnumSyntax.getValue() definition code for javax.print.attribute.EnumSyntax.getValue() , hashCode sample code for javax.print.attribute.EnumSyntax.hashCode() definition code for javax.print.attribute.EnumSyntax.hashCode() , readResolve sample code for javax.print.attribute.EnumSyntax.readResolve() definition code for javax.print.attribute.EnumSyntax.readResolve() , toString sample code for javax.print.attribute.EnumSyntax.toString() definition code for javax.print.attribute.EnumSyntax.toString()
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

JOB_INCOMING sample code for javax.print.attribute.standard.JobStateReason.JOB_INCOMING

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_INCOMING
The printer has created the Print Job, but the printer has not finished accessing or accepting all the print data yet.


JOB_DATA_INSUFFICIENT sample code for javax.print.attribute.standard.JobStateReason.JOB_DATA_INSUFFICIENT

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_DATA_INSUFFICIENT
The printer has created the Print Job, but the printer is expecting additional print data before it can move the job into the PROCESSING state. If a printer starts processing before it has received all data, the printer removes the JOB_DATA_INSUFFICIENT reason, but the JOB_INCOMING reason remains. If a printer starts processing after it has received all data, the printer removes the JOB_DATA_INSUFFICIENT and JOB_INCOMING reasons at the same time.


DOCUMENT_ACCESS_ERROR sample code for javax.print.attribute.standard.JobStateReason.DOCUMENT_ACCESS_ERROR

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  DOCUMENT_ACCESS_ERROR
The Printer could not access one or more documents passed by reference (i.e., the print data representation object is a URL). This reason is intended to cover any file access problem,including file does not exist and access denied because of an access control problem. Whether the printer aborts the job and moves the job to the ABORTED job state or prints all documents that are accessible and moves the job to the COMPLETED job state and adds the COMPLETED_WITH_ERRORS reason to the job's JobStateReasons sample code for javax.print.attribute.standard.JobStateReasons definition code for javax.print.attribute.standard.JobStateReasons attribute depends on implementation and/or site policy. This value should be supported if the printer supports doc flavors with URL print data representation objects.


SUBMISSION_INTERRUPTED sample code for javax.print.attribute.standard.JobStateReason.SUBMISSION_INTERRUPTED

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  SUBMISSION_INTERRUPTED
The job was not completely submitted for some unforeseen reason. Possibilities include (1) the printer has crashed before the job was fully submitted by the client, (2) the printer or the document transfer method has crashed in some non-recoverable way before the document data was entirely transferred to the printer, (3) the client crashed before the job was fully submitted.


JOB_OUTGOING sample code for javax.print.attribute.standard.JobStateReason.JOB_OUTGOING

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_OUTGOING
The printer is transmitting the job to the output device.


JOB_HOLD_UNTIL_SPECIFIED sample code for javax.print.attribute.standard.JobStateReason.JOB_HOLD_UNTIL_SPECIFIED

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_HOLD_UNTIL_SPECIFIED
The value of the job's JobHoldUntil sample code for javax.print.attribute.standard.JobHoldUntil definition code for javax.print.attribute.standard.JobHoldUntil attribute was specified with a date-time that is still in the future. The job must not be a candidate for processing until this reason is removed and there are no other reasons to hold the job. This value should be supported if the JobHoldUntil sample code for javax.print.attribute.standard.JobHoldUntil definition code for javax.print.attribute.standard.JobHoldUntil job template attribute is supported.


RESOURCES_ARE_NOT_READY sample code for javax.print.attribute.standard.JobStateReason.RESOURCES_ARE_NOT_READY

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  RESOURCES_ARE_NOT_READY
At least one of the resources needed by the job, such as media, fonts, resource objects, etc., is not ready on any of the physical printers for which the job is a candidate. This condition may be detected when the job is accepted, or subsequently while the job is pending or processing, depending on implementation. The job may remain in its current state or be moved to the PENDING_HELD state, depending on implementation and/or job scheduling policy.


PRINTER_STOPPED_PARTLY sample code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED_PARTLY

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  PRINTER_STOPPED_PARTLY
The value of the printer's PrinterStateReasons sample code for javax.print.attribute.standard.PrinterStateReasons definition code for javax.print.attribute.standard.PrinterStateReasons attribute contains a PrinterStateReason sample code for javax.print.attribute.standard.PrinterStateReason definition code for javax.print.attribute.standard.PrinterStateReason value of STOPPED_PARTLY.


PRINTER_STOPPED sample code for javax.print.attribute.standard.JobStateReason.PRINTER_STOPPED

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  PRINTER_STOPPED
The value of the printer's PrinterState sample code for javax.print.attribute.standard.PrinterState definition code for javax.print.attribute.standard.PrinterState attribute ia STOPPED.


JOB_INTERPRETING sample code for javax.print.attribute.standard.JobStateReason.JOB_INTERPRETING

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_INTERPRETING
The job is in the PROCESSING state, but more specifically, the printer ia interpreting the document data.


JOB_QUEUED sample code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_QUEUED
The job is in the PROCESSING state, but more specifically, the printer has queued the document data.


JOB_TRANSFORMING sample code for javax.print.attribute.standard.JobStateReason.JOB_TRANSFORMING

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_TRANSFORMING
The job is in the PROCESSING state, but more specifically, the printer is interpreting document data and producing another electronic representation.


JOB_QUEUED_FOR_MARKER sample code for javax.print.attribute.standard.JobStateReason.JOB_QUEUED_FOR_MARKER

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_QUEUED_FOR_MARKER
The job is in the PENDING_HELD, PENDING, or PROCESSING state, but more specifically, the printer has completed enough processing of the document to be able to start marking and the job is waiting for the marker. Systems that require human intervention to release jobs put the job into the PENDING_HELD job state. Systems that automatically select a job to use the marker put the job into the PENDING job state or keep the job in the PROCESSING job state while waiting for the marker, depending on implementation. All implementations put the job into (or back into) the PROCESSING state when marking does begin.


JOB_PRINTING sample code for javax.print.attribute.standard.JobStateReason.JOB_PRINTING

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_PRINTING
The output device is marking media. This value is useful for printers which spend a great deal of time processing (1) when no marking is happening and then want to show that marking is now happening or (2) when the job is in the process of being canceled or aborted while the job remains in the PROCESSING state, but the marking has not yet stopped so that impression or sheet counts are still increasing for the job.


JOB_CANCELED_BY_USER sample code for javax.print.attribute.standard.JobStateReason.JOB_CANCELED_BY_USER

public static final JobStateReason sample code for javax.print.attribute.standard.JobStateReason definition code for javax.print.attribute.standard.JobStateReason  JOB_CANCELED_BY_USER
The job was canceled by the owner of the job, i.e., by a user whose authenticated identity is the same as the value of the originating user that created the Print Job, or b