|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBPrintQueueInfo
SMB print queue information class
The SMBPrintQueueInfo class contains the details of a remote print queue on a remote print server.
A list of remote print queues is returned by the SMBAdminSession.getPrintList () method.
Field Summary | |
static int |
QueueActive
Remote print queue is active |
static int |
QueueDelPending
Remote print queue has a delete pending |
static int |
QueueError
Remote print queue has an error |
static int |
QueuePaused
Remote print queue is paused |
Method Summary | |
java.lang.String |
getDeviceDriver()
Return the printer queue device driver name |
java.lang.String |
getDriverData()
Return the printer queue device driver data string |
int |
getJobCount()
Return the count of jobs in the print queue |
java.lang.String |
getParameterString()
Return the printer queue parameter string |
java.lang.String |
getPreProcessor()
Return the print queue pre-processor. |
java.lang.String |
getPrinterList()
Return the list of print destinations |
int |
getPriority()
Return the queue priority. |
java.lang.String |
getQueueName()
Return the queue name |
java.lang.String |
getSeperatorPage()
Return the seperator page file name |
int |
getStartTime()
Return the queue start time, as the number of seconds since midnight. |
int |
getStatus()
Return the queue status. |
java.lang.String |
getStatusString()
Return the queue status as a string |
int |
getStopTime()
Return the queue stop time, as the number of seconds since midnight. |
java.lang.String |
toString()
Output the printer queue information as a string |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int QueueActive
public static final int QueuePaused
public static final int QueueError
public static final int QueueDelPending
Method Detail |
public final java.lang.String getDeviceDriver()
public final java.lang.String getDriverData()
public final int getJobCount()
public final java.lang.String getParameterString()
public final java.lang.String getPreProcessor()
public final java.lang.String getPrinterList()
public final int getPriority()
public final java.lang.String getQueueName()
public final java.lang.String getSeperatorPage()
public final int getStartTime()
public final int getStatus()
public final java.lang.String getStatusString()
public final int getStopTime()
public final java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |