クラス
javax.print.attribute.standard.PrinterStateReasonの使用
-
javax.print.attribute.standardでのPrinterStateReasonの使用
修飾子と型フィールド説明static final PrinterStateReason
PrinterStateReason.CONNECTING_TO_DEVICE
出力デバイスに対してジョブがスケジュールされ、共有ネットワーク出力デバイスへの接続処理中です(ネットワーク上の別のサーバーが出力デバイスを長時間使用している場合、実際のジョブの印刷を長時間開始できない状態になっています)。static final PrinterStateReason
PrinterStateReason.COVER_OPEN
デバイスのカバーが開いています。static final PrinterStateReason
PrinterStateReason.DEVELOPER_EMPTY
現像剤がなくなりました。static final PrinterStateReason
PrinterStateReason.DEVELOPER_LOW
現像剤が残り少なくなっています。static final PrinterStateReason
PrinterStateReason.DOOR_OPEN
デバイスのドアが開いています。static final PrinterStateReason
PrinterStateReason.FUSER_OVER_TEMP
定着器の温度が標準を上回っています。static final PrinterStateReason
PrinterStateReason.FUSER_UNDER_TEMP
定着器の温度が標準を下回っています。static final PrinterStateReason
PrinterStateReason.INPUT_TRAY_MISSING
給紙トレーがデバイスに挿入されていません。static final PrinterStateReason
PrinterStateReason.INTERLOCK_OPEN
プリンタのインターロック・デバイスがロックされていません。static final PrinterStateReason
PrinterStateReason.INTERPRETER_RESOURCE_UNAVAILABLE
フォントやフォームなどのインタプリタ・リソースが利用できません。static final PrinterStateReason
PrinterStateReason.MARKER_SUPPLY_EMPTY
なくなっているマーカー・サプライ(トナー、インク、リボンなど)があります。static final PrinterStateReason
PrinterStateReason.MARKER_SUPPLY_LOW
残り少なくなっているマーカー・サプライ(トナー、インク、リボンなど)があります。static final PrinterStateReason
PrinterStateReason.MARKER_WASTE_ALMOST_FULL
マーカー・サプライの空き容器収納部がもうすぐいっぱいになります。static final PrinterStateReason
PrinterStateReason.MARKER_WASTE_FULL
マーカー・サプライの空き容器収納部がいっぱいです。static final PrinterStateReason
PrinterStateReason.MEDIA_EMPTY
空になっている入力トレーがあります。static final PrinterStateReason
PrinterStateReason.MEDIA_JAM
デバイスで紙詰まりが発生しています。static final PrinterStateReason
PrinterStateReason.MEDIA_LOW
用紙が残り少なくなっている入力トレーがあります。static final PrinterStateReason
PrinterStateReason.MEDIA_NEEDED
トレーに用紙がありません。static final PrinterStateReason
PrinterStateReason.MOVING_TO_PAUSED
誰かがプリンタを一時停止しましたが、デバイスが停止するまでには一定の時間が必要です。static final PrinterStateReason
PrinterStateReason.OPC_LIFE_OVER
光導電体が使用できなくなりました。static final PrinterStateReason
PrinterStateReason.OPC_NEAR_EOL
光導電体の交換時期が近づいています。static final PrinterStateReason
PrinterStateReason.OTHER
下記のエラー以外のエラーが検出されました。static final PrinterStateReason
PrinterStateReason.OUTPUT_AREA_ALMOST_FULL
まもなくいっぱいになる排紙エリア(トレー、スタッカ、コレータなど)があります。static final PrinterStateReason
PrinterStateReason.OUTPUT_AREA_FULL
いっぱいになっている排紙エリア(トレー、スタッカ、コレータなど)があります。static final PrinterStateReason
PrinterStateReason.OUTPUT_TRAY_MISSING
排紙トレーがデバイスに挿入されていません。static final PrinterStateReason
PrinterStateReason.PAUSED
誰かがプリンタを一時停止し、プリンタPrinterState
がSTOPPED
です。static final PrinterStateReason
PrinterStateReason.SHUTDOWN
プリンタが印刷サービスから削除され、デバイスの電源が切られているか、または物理的に撤去されています。static final PrinterStateReason
PrinterStateReason.SPOOL_AREA_FULL
スプール処理用に割り当てられた固定ストレージがすべて使用されています。static final PrinterStateReason
PrinterStateReason.STOPPED_PARTLY
複数の出力デバイスをプリンタが制御している場合、この理由は1つ以上の出力デバイスが停止していることを示します。static final PrinterStateReason
PrinterStateReason.STOPPING
デバイスの停止処理が行われており、まもなく停止します。static final PrinterStateReason
PrinterStateReason.TIMED_OUT
サーバーが出力デバイスに接続することができました(またはすでに接続されています)が、出力デバイスからの応答がありません。static final PrinterStateReason
PrinterStateReason.TONER_EMPTY
トナーがなくなりました。static final PrinterStateReason
PrinterStateReason.TONER_LOW
トナーが残り少なくなっています。修飾子と型メソッド説明PrinterStateReasons.printerStateReasonSet
(Severity severity) このPrinterStateReasons
属性で、指定された重大度の個々のプリンタ状態理由属性の変更不可能なセット・ビューを取得します。修飾子と型メソッド説明PrinterStateReasons.put
(PrinterStateReason reason, Severity severity) 指定されたプリンタ状態理由をこのプリンタ状態理由属性に追加し、同時に指定された重要度レベルに関連付けます。