|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.jcifs.CifsPrinterQueueInfo
Field Summary | |
static int |
PRQ_ACTIVE
|
static int |
PRQ_ERROR
|
static int |
PRQ_PAUSE
|
static int |
PRQ_PENDING
|
Method Summary | |
java.lang.String |
getComment()
a comment about the print queue |
java.lang.String |
getDriver()
default device driver for the queue. |
int |
getJobsNumber()
the number of print jobs currently in the print queue |
java.lang.String |
getParams()
contains parameters required by printer queues |
java.lang.String |
getPrintDestinations()
A list of print destinations for the print queue. |
java.lang.String |
getPrinterName()
The queue name |
int |
getPriority()
The printer queue priority (1:highest ... 9(lowest)) |
int |
getStartTime()
Starttime contains an unsigned short integer specifying the time of day a printer queue can start sending print jobs to printers. |
int |
getStatus()
Untiltime contains an unsigned short integer specifying the time of day a printer queue becomes inactive and stops sending print jobs to printers. |
int |
getUntilTime()
Untiltime contains an unsigned short integer specifying the time of day a printer queue becomes inactive and stops sending print jobs to printers. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int PRQ_ACTIVE
public static final int PRQ_PAUSE
public static final int PRQ_ERROR
public static final int PRQ_PENDING
Method Detail |
public java.lang.String getPrinterName()
public int getPriority()
public int getStartTime()
public int getUntilTime()
public java.lang.String getPrintDestinations()
public java.lang.String getParams()
public java.lang.String getComment()
public int getStatus()
public int getJobsNumber()
public java.lang.String getDriver()
|
Norbert Hranitzky | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |