org.gnu.jcifs
Class CifsPrinterQueueInfo

java.lang.Object
  |
  +--org.gnu.jcifs.CifsPrinterQueueInfo

public class CifsPrinterQueueInfo
extends java.lang.Object


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

PRQ_ACTIVE

public static final int PRQ_ACTIVE

PRQ_PAUSE

public static final int PRQ_PAUSE

PRQ_ERROR

public static final int PRQ_ERROR

PRQ_PENDING

public static final int PRQ_PENDING
Method Detail

getPrinterName

public java.lang.String getPrinterName()
The queue name

getPriority

public int getPriority()
The printer queue priority (1:highest ... 9(lowest))

getStartTime

public int getStartTime()
Starttime contains an unsigned short integer specifying the time of day a printer queue can start sending print jobs to printers. This value represents the number of minutes since midnight (00:00).

getUntilTime

public 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. This value represents the number of minutes since midnight (00:00).

getPrintDestinations

public java.lang.String getPrintDestinations()
A list of print destinations for the print queue. This is a multi-valued property and the values are separated by spaces.

getParams

public java.lang.String getParams()
contains parameters required by printer queues

getComment

public java.lang.String getComment()
a comment about the print queue

getStatus

public 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. This value represents the number of minutes since midnight (00:00).

getJobsNumber

public int getJobsNumber()
the number of print jobs currently in the print queue

getDriver

public java.lang.String getDriver()
default device driver for the queue. If this field is null

Norbert Hranitzky