| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 PrinterStateReason 的软件包 | |
|---|---|
| javax.print.attribute.standard | 包 javax.print.attribute.standard 包括特定打印属性的类。 | 
| javax.print.attribute.standard 中 PrinterStateReason 的使用 | 
|---|
| 声明为 PrinterStateReason 的 javax.print.attribute.standard 中的字段 | |
|---|---|
| static PrinterStateReason | PrinterStateReason.CONNECTING_TO_DEVICE打印机已经在输出设备中安排了作业,并且正在与共享的网络输出设备进行连接(并且可能在相当长的时间内无法实际开始打印作业,因为这取决于网络上其他服务器对该输出设备的使用情况)。 | 
| static PrinterStateReason | PrinterStateReason.COVER_OPEN设备上的一个或多个机盖处于打开状态。 | 
| static PrinterStateReason | PrinterStateReason.DEVELOPER_EMPTY设备显影剂已用完。 | 
| static PrinterStateReason | PrinterStateReason.DEVELOPER_LOW设备显影剂不足。 | 
| static PrinterStateReason | PrinterStateReason.DOOR_OPEN设备上的一个或多个门处于打开状态。 | 
| static PrinterStateReason | PrinterStateReason.FUSER_OVER_TEMP热熔器温度高于正常值。 | 
| static PrinterStateReason | PrinterStateReason.FUSER_UNDER_TEMP热熔器温度低于正常值。 | 
| static PrinterStateReason | PrinterStateReason.INPUT_TRAY_MISSING设备中没有一个或多个输入纸盒。 | 
| static PrinterStateReason | PrinterStateReason.INTERLOCK_OPEN打印机上的一个或多个连锁设备未锁定。 | 
| static PrinterStateReason | PrinterStateReason.INTERPRETER_RESOURCE_UNAVAILABLE解释器资源(例如字体、格式)不可用。 | 
| static PrinterStateReason | PrinterStateReason.MARKER_SUPPLY_EMPTY设备上至少有一个指示器表示耗材(例如碳粉、墨水、色带)已用完。 | 
| static PrinterStateReason | PrinterStateReason.MARKER_SUPPLY_LOW设备上至少有一个指示器表示耗材(例如碳粉、墨水、色带)不足。 | 
| static PrinterStateReason | PrinterStateReason.MARKER_WASTE_ALMOST_FULL设备指示器耗材废物容器几乎已填满。 | 
| static PrinterStateReason | PrinterStateReason.MARKER_WASTE_FULL设备指示器耗材废物容器已填满。 | 
| static PrinterStateReason | PrinterStateReason.MEDIA_EMPTY至少一个输入纸盒是空的。 | 
| static PrinterStateReason | PrinterStateReason.MEDIA_JAM设备中卡住了介质。 | 
| static PrinterStateReason | PrinterStateReason.MEDIA_LOW至少一个输入纸盒的介质不足。 | 
| static PrinterStateReason | PrinterStateReason.MEDIA_NEEDED纸盒中没有介质。 | 
| static PrinterStateReason | PrinterStateReason.MOVING_TO_PAUSED已经暂停了打印机,但设备要停下来还需要一些时间。 | 
| static PrinterStateReason | PrinterStateReason.OPC_LIFE_OVER光敏导电体已不再运行。 | 
| static PrinterStateReason | PrinterStateReason.OPC_NEAR_EOL光敏导电体寿命将到期。 | 
| static PrinterStateReason | PrinterStateReason.OTHER打印机已经检测到了一个以下未列出的错误。 | 
| static PrinterStateReason | PrinterStateReason.OUTPUT_AREA_ALMOST_FULL一个或多个输出区域几乎已经填满(例如纸盒、装订器、整理器)。 | 
| static PrinterStateReason | PrinterStateReason.OUTPUT_AREA_FULL一个或多个输出区域已经填满(例如纸盒、装订器、整理器)。 | 
| static PrinterStateReason | PrinterStateReason.OUTPUT_TRAY_MISSING设备中没有一个或多个输出纸盒。 | 
| static PrinterStateReason | PrinterStateReason.PAUSED已经暂停了打印机并且打印机的 PrinterState为 STOPPED。 | 
| static PrinterStateReason | PrinterStateReason.SHUTDOWN已经从服务中移除了打印机,并且可以给该打印机断电或者物理移除它。 | 
| static PrinterStateReason | PrinterStateReason.SPOOL_AREA_FULL已达到为后台打印分配的持久存储限制。 | 
| static PrinterStateReason | PrinterStateReason.STOPPED_PARTLY当打印机控制多个输出设备时,此原因指示一个或多个设备被停止。 | 
| static PrinterStateReason | PrinterStateReason.STOPPING打印机正在停止设备,并且打印机也将很快停下来。 | 
| static PrinterStateReason | PrinterStateReason.TIMED_OUT服务器能够连接到输出设备(或始终处于连接状态),但却无法获得输出设备的响应。 | 
| static PrinterStateReason | PrinterStateReason.TONER_EMPTY设备的碳粉用完。 | 
| static PrinterStateReason | PrinterStateReason.TONER_LOW设备的碳粉不足。 | 
| 返回变量类型为 PrinterStateReason 的类型的 javax.print.attribute.standard 中的方法 | |
|---|---|
|  Set<PrinterStateReason> | PrinterStateReasons.printerStateReasonSet(Severity severity)在此 PrinterStateReasons 中,获取在给定的严重性级别每个 PrinterStateReasons 属性的不可修改的视图集。 | 
| 参数类型为 PrinterStateReason 的 javax.print.attribute.standard 中的方法 | |
|---|---|
|  Severity | PrinterStateReasons.put(PrinterStateReason reason,
    Severity severity)根据给定的严重性级别,将给定的打印机状态原因添加到此 PrinterStateReasons 属性中。 | 
| 类型变量类型为 PrinterStateReason 的 javax.print.attribute.standard 中的构造方法参数 | |
|---|---|
| PrinterStateReasons(Map<PrinterStateReason,Severity> map)构造一个新的 PrinterStateReasons 属性,它包括与给定映射相同的 PrinterStateReason到Severity映射关系。 | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。