JavaTM 2 Platform
Standard Ed. 6

類別 javax.print.attribute.standard.PrinterStateReason
的使用

使用 PrinterStateReason 的軟體套件
javax.print.attribute.standard 包 javax.print.attribute.standard 套件括特定列印屬性的類別。 
 

javax.print.attribute.standardPrinterStateReason 的使用
 

宣告為 PrinterStateReasonjavax.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 屬性的不可修改的視圖集。
 

參數型別為 PrinterStateReasonjavax.print.attribute.standard 中的方法
 Severity PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
          根據給定的嚴重性級別,將給定的印表機狀態原因添加到此 PrinterStateReasons 屬性中。
 

型別變數型別為 PrinterStateReasonjavax.print.attribute.standard 中的建構子參數
PrinterStateReasons(Map<PrinterStateReason,Severity> map)
          建構一個新的 PrinterStateReasons 屬性,它包括與給定映射相同的 PrinterStateReasonSeverity 映射關係。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only