API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. PrinterStateReason View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      EnumSyntax
          PrinterStateReason
Implements
 Attribute
Subclasses
Description
public class PrinterStateReason
  Class PrinterStateReason is a printing attribute class, an enumeration, that provides additional information about the printer's current state, i.e., information that augments the value of the printer's PrinterState attribute.
See also:   
Constructors
protected PrinterStateReason (int value)
  Construct a new printer 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 PrinterStateReason.
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 PrinterStateReason.
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 PrinterStateReason CONNECTING_TO_DEVICE
The printer has scheduled a job on the output device and is in the process of connecting to a shared network output device (and might not be able to actually start printing the job for an arbitrarily long time depending on the usage of the output device by other servers on the network).
publicfinalstatic PrinterStateReason COVER_OPEN
One or more covers on the device are open.
publicfinalstatic PrinterStateReason DEVELOPER_EMPTY
The device is out of developer.
publicfinalstatic PrinterStateReason DEVELOPER_LOW
The device is low on developer.
publicfinalstatic PrinterStateReason DOOR_OPEN
One or more doors on the device are open.
publicfinalstatic PrinterStateReason FUSER_OVER_TEMP
The fuser temperature is above normal.
publicfinalstatic PrinterStateReason FUSER_UNDER_TEMP
The fuser temperature is below normal.
publicfinalstatic PrinterStateReason INPUT_TRAY_MISSING
One or more input trays are not in the device.
publicfinalstatic PrinterStateReason INTERLOCK_OPEN
One or more interlock devices on the printer are unlocked.
publicfinalstatic PrinterStateReason INTERPRETER_RESOURCE_UNAVAILABLE
An interpreter resource is unavailable (e.g., font, form).
publicfinalstatic PrinterStateReason MARKER_SUPPLY_EMPTY
  The device is out of at least one marker supply (e.g.
publicfinalstatic PrinterStateReason MARKER_SUPPLY_LOW
  The device is low on at least one marker supply (e.g.
publicfinalstatic PrinterStateReason MARKER_WASTE_ALMOST_FULL
The device marker supply waste receptacle is almost full.
publicfinalstatic PrinterStateReason MARKER_WASTE_FULL
The device marker supply waste receptacle is full.
publicfinalstatic PrinterStateReason MEDIA_EMPTY
At least one input tray is empty.
publicfinalstatic PrinterStateReason MEDIA_JAM
The device has a media jam.
publicfinalstatic PrinterStateReason MEDIA_LOW
At least one input tray is low on media.
publicfinalstatic PrinterStateReason MEDIA_NEEDED
A tray has run out of media.
publicfinalstatic PrinterStateReason MOVING_TO_PAUSED
  Someone has paused the printer, but the device(s) are taking an appreciable time to stop.
publicfinalstatic PrinterStateReason OPC_LIFE_OVER
The optical photo conductor is no longer functioning.
publicfinalstatic PrinterStateReason OPC_NEAR_EOL
The optical photo conductor is near end of life.
publicfinalstatic PrinterStateReason OTHER
The printer has detected an error other than ones listed below.
publicfinalstatic PrinterStateReason OUTPUT_AREA_ALMOST_FULL
  One or more output areas are almost full (e.g.
publicfinalstatic PrinterStateReason OUTPUT_AREA_FULL
  One or more output areas are full (e.g.
publicfinalstatic PrinterStateReason OUTPUT_TRAY_MISSING
One or more output trays are not in the device.
publicfinalstatic PrinterStateReason PAUSED
  Someone has paused the printer and the printer's PrinterState is STOPPED.
publicfinalstatic PrinterStateReason SHUTDOWN
  Someone has removed a printer from service, and the device may be powered down or physically removed.
publicfinalstatic PrinterStateReason SPOOL_AREA_FULL
  The limit of persistent storage allocated for spooling has been reached.
publicfinalstatic PrinterStateReason STOPPED_PARTLY
  When a printer controls more than one output device, this reason indicates that one or more output devices are stopped.
publicfinalstatic PrinterStateReason STOPPING
  The printer is in the process of stopping the device and will be stopped in a while.
publicfinalstatic PrinterStateReason TIMED_OUT
The server was able to connect to the output device (or is always connected), but was unable to get a response from the output device.
publicfinalstatic PrinterStateReason TONER_EMPTY
The device is out of toner.
publicfinalstatic PrinterStateReason TONER_LOW
The device is low on toner.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar