Module java.desktop

Class QueuedJobCount

java.lang.Object
javax.print.attribute.IntegerSyntax
javax.print.attribute.standard.QueuedJobCount
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintServiceAttribute

public final class QueuedJobCount extends IntegerSyntax implements PrintServiceAttribute
Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose JobState is either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.

IPP Compatibility: The integer value gives the IPP integer value. The category name returned by getName() gives the IPP attribute name.

See Also: