API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. JobStateReason View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      EnumSyntax
          JobStateReason
Implements
 Attribute
Subclasses
Description
public class JobStateReason
  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 attribute.
See also:   
Constructors
protected JobStateReason (int value)
  Construct a new job state reason enumeration value with the given integer value.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From EnumSyntax]
Returns a clone of this enumeration value, which to preserve the semantics of enumeration values is the same object as this enumeration value.
publicfinal Class<Attribute> getCategory () [Specified in Attribute]
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected EnumSyntax getEnumValueTable () [Overrides EnumSyntax]
Returns the enumeration value table for class JobStateReason.
publicfinal String getName () [Specified in Attribute]
  Get the name of the category of which this attribute value is an instance.
protected int getOffset () [Inherited From EnumSyntax]
  Returns the lowest integer value used by this enumeration value's enumeration class.
protected String getStringTable () [Overrides EnumSyntax]
Returns the string table for class JobStateReason.
public int getValue () [Inherited From EnumSyntax]
  Returns this enumeration value's integer value.
public int hashCode () [Inherited From EnumSyntax]
  Returns a hash code value for this enumeration value.
protected Object readResolve () throws ObjectStreamException [Inherited From EnumSyntax]
  During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
public String toString () [Inherited From EnumSyntax]
Returns a string value corresponding to this enumeration value.
Fields
Hide/Show inherited fields
publicfinalstatic JobStateReason ABORTED_BY_SYSTEM
  The job was aborted by the system.
publicfinalstatic JobStateReason COMPRESSION_ERROR
  The job was aborted by the system because the printer encountered an error in the document data while decompressing it.
publicfinalstatic 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).
publicfinalstatic JobStateReason DOCUMENT_FORMAT_ERROR
  The job was aborted by the system because the printer encountered an error in the document data while processing it.
publicfinalstatic JobStateReason JOB_CANCELED_AT_DEVICE
  The job was canceled by an unidentified local user, i.e., a user at a console at the device.
publicfinalstatic 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).
publicfinalstatic 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.
publicfinalstatic JobStateReason JOB_COMPLETED_SUCCESSFULLY
  The job completed successfully.
publicfinalstatic JobStateReason JOB_COMPLETED_WITH_ERRORS
  The job completed with errors (and possibly warnings too).
publicfinalstatic JobStateReason JOB_COMPLETED_WITH_WARNINGS
  The job completed with warnings.
publicfinalstatic 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.
publicfinalstatic JobStateReason JOB_HOLD_UNTIL_SPECIFIED
  The value of the job's JobHoldUntil attribute was specified with a date-time that is still in the future.
publicfinalstatic JobStateReason JOB_INCOMING
The printer has created the Print Job, but the printer has not finished accessing or accepting all the print data yet.
publicfinalstatic JobStateReason JOB_INTERPRETING
The job is in the PROCESSING state, but more specifically, the printer ia interpreting the document data.
publicfinalstatic JobStateReason JOB_OUTGOING
The printer is transmitting the job to the output device.
publicfinalstatic JobStateReason JOB_PRINTING
  The output device is marking media.
publicfinalstatic JobStateReason JOB_QUEUED
The job is in the PROCESSING state, but more specifically, the printer has queued the document data.
publicfinalstatic 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.
publicfinalstatic JobStateReason JOB_RESTARTABLE
  This job is retained and is currently able to be restarted.
publicfinalstatic JobStateReason JOB_TRANSFORMING
The job is in the PROCESSING state, but more specifically, the printer is interpreting document data and producing another electronic representation.
publicfinalstatic JobStateReason PRINTER_STOPPED
The value of the printer's PrinterState attribute ia STOPPED.
publicfinalstatic JobStateReason PRINTER_STOPPED_PARTLY
The value of the printer's PrinterStateReasons attribute contains a PrinterStateReason value of STOPPED_PARTLY.
publicfinalstatic 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.
publicfinalstatic JobStateReason QUEUED_IN_DEVICE
  The job has been forwarded to a device or print system that is unable to send back status.
publicfinalstatic 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.
publicfinalstatic JobStateReason SERVICE_OFF_LINE
  The printer is off-line and accepting no jobs.
publicfinalstatic JobStateReason SUBMISSION_INTERRUPTED
  The job was not completely submitted for some unforeseen reason.
publicfinalstatic 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.
publicfinalstatic 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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar