src/share/classes/javax/print/attribute/standard/JobState.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 74,89 **** * occurring: * <OL TYPE=1> * <LI> * The job is using, or is attempting to use, one or more purely software * processes that are analyzing, creating, or interpreting a PDL, etc. ! * <P> * <LI> * The job is using, or is attempting to use, one or more hardware * devices that are interpreting a PDL, making marks on a medium, and/or * performing finishing, such as stapling, etc. ! * <P> * <LI> * The printer has made the job ready for printing, but the output * device is not yet printing it, either because the job hasn't reached the * output device or because the job is queued in the output device or some * other spooler, awaiting the output device to print it. --- 74,89 ---- * occurring: * <OL TYPE=1> * <LI> * The job is using, or is attempting to use, one or more purely software * processes that are analyzing, creating, or interpreting a PDL, etc. ! * * <LI> * The job is using, or is attempting to use, one or more hardware * devices that are interpreting a PDL, making marks on a medium, and/or * performing finishing, such as stapling, etc. ! * * <LI> * The printer has made the job ready for printing, but the output * device is not yet printing it, either because the job hasn't reached the * output device or because the job is queued in the output device or some * other spooler, awaiting the output device to print it.