Fields Summary |
---|
private static final long | serialVersionUID |
public static final PrinterStateReason | OTHERThe printer has detected an error other than ones listed below. |
public static final PrinterStateReason | MEDIA_NEEDEDA tray has run out of media. |
public static final PrinterStateReason | MEDIA_JAMThe device has a media jam. |
public static final PrinterStateReason | MOVING_TO_PAUSEDSomeone has paused the printer, but the device(s) are taking an
appreciable time to stop. Later, when all output has stopped,
the {@link PrinterState PrinterState} becomes STOPPED,
and the PAUSED value replaces
the MOVING_TO_PAUSED value in the {@link PrinterStateReasons
PrinterStateReasons} attribute. This value must be supported if the
printer can be paused and the implementation takes significant time to
pause a device in certain circumstances. |
public static final PrinterStateReason | PAUSEDSomeone has paused the printer and the printer's {@link PrinterState
PrinterState} is STOPPED. In this state, a printer must not produce
printed output, but it must perform other operations requested by a
client. If a printer had been printing a job when the printer was
paused,
the Printer must resume printing that job when the printer is no longer
paused and leave no evidence in the printed output of such a pause.
This value must be supported if the printer can be paused. |
public static final PrinterStateReason | SHUTDOWNSomeone has removed a printer from service, and the device may be
powered down or physically removed.
In this state, a printer must not produce
printed output, and unless the printer is realized by a print server
that is still active, the printer must perform no other operations
requested by a client.
If a printer had been printing a job when it was shut down,
the printer need not resume printing that job when the printer is no
longer shut down. If the printer resumes printing such a job, it may
leave evidence in the printed output of such a shutdown, e.g. the part
printed before the shutdown may be printed a second time after the
shutdown. |
public static final PrinterStateReason | CONNECTING_TO_DEVICEThe 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). |
public static final PrinterStateReason | TIMED_OUTThe server was able to connect to the output device (or is always
connected), but was unable to get a response from the output device. |
public static final PrinterStateReason | STOPPINGThe printer is in the process of stopping the device and will be
stopped in a while.
When the device is stopped, the printer will change the
{@link PrinterState PrinterState} to STOPPED. The STOPPING reason is
never an error, even for a printer with a single output device. When an
output device ceases accepting jobs, the printer's {@link
PrinterStateReasons PrinterStateReasons} will have this reason while
the output device completes printing. |
public static final PrinterStateReason | STOPPED_PARTLYWhen a printer controls more than one output device, this reason
indicates that one or more output devices are stopped. If the reason's
severity is a report, fewer than half of the output devices are
stopped.
If the reason's severity is a warning, half or more but fewer than
all of the output devices are stopped. |
public static final PrinterStateReason | TONER_LOWThe device is low on toner. |
public static final PrinterStateReason | TONER_EMPTYThe device is out of toner. |
public static final PrinterStateReason | SPOOL_AREA_FULLThe limit of persistent storage allocated for spooling has been
reached.
The printer is temporarily unable to accept more jobs. The printer will
remove this reason when it is able to accept more jobs.
This value should be used by a non-spooling printer that only
accepts one or a small number
jobs at a time or a spooling printer that has filled the spool space. |
public static final PrinterStateReason | COVER_OPENOne or more covers on the device are open. |
public static final PrinterStateReason | INTERLOCK_OPENOne or more interlock devices on the printer are unlocked. |
public static final PrinterStateReason | DOOR_OPENOne or more doors on the device are open. |
public static final PrinterStateReason | INPUT_TRAY_MISSINGOne or more input trays are not in the device. |
public static final PrinterStateReason | MEDIA_LOWAt least one input tray is low on media. |
public static final PrinterStateReason | MEDIA_EMPTYAt least one input tray is empty. |
public static final PrinterStateReason | OUTPUT_TRAY_MISSINGOne or more output trays are not in the device. |
public static final PrinterStateReason | OUTPUT_AREA_ALMOST_FULLOne or more output areas are almost full
(e.g. tray, stacker, collator). |
public static final PrinterStateReason | OUTPUT_AREA_FULLOne or more output areas are full (e.g. tray, stacker, collator). |
public static final PrinterStateReason | MARKER_SUPPLY_LOWThe device is low on at least one marker supply (e.g. toner, ink,
ribbon). |
public static final PrinterStateReason | MARKER_SUPPLY_EMPTYThe device is out of at least one marker supply (e.g. toner, ink,
ribbon). |
public static final PrinterStateReason | MARKER_WASTE_ALMOST_FULLThe device marker supply waste receptacle is almost full. |
public static final PrinterStateReason | MARKER_WASTE_FULLThe device marker supply waste receptacle is full. |
public static final PrinterStateReason | FUSER_OVER_TEMPThe fuser temperature is above normal. |
public static final PrinterStateReason | FUSER_UNDER_TEMPThe fuser temperature is below normal. |
public static final PrinterStateReason | OPC_NEAR_EOLThe optical photo conductor is near end of life. |
public static final PrinterStateReason | OPC_LIFE_OVERThe optical photo conductor is no longer functioning. |
public static final PrinterStateReason | DEVELOPER_LOWThe device is low on developer. |
public static final PrinterStateReason | DEVELOPER_EMPTYThe device is out of developer. |
public static final PrinterStateReason | INTERPRETER_RESOURCE_UNAVAILABLEAn interpreter resource is unavailable (e.g., font, form). |
private static final String[] | myStringTable |
private static final PrinterStateReason[] | myEnumValueTable |