|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LPDException | |
org.simoes.lpd.command | Provides classes that process lpr commands. |
org.simoes.lpd.common |
Uses of LPDException in org.simoes.lpd.command |
Methods in org.simoes.lpd.command that throw LPDException | |
void |
CommandReportQueueStateShort.execute()
Writes a breif text table that displays the current print jobs. |
void |
CommandReportQueueStateLong.execute()
Writes a text table that displays the current print jobs. |
void |
CommandRemovePrintJob.execute()
Removes the print jobs specified by the parameters passed in. |
void |
CommandReceiveJob.execute()
Receives the print job and adds it to the queue. |
void |
CommandPrintJob.execute()
Currently does nothing. |
abstract void |
CommandHandler.execute()
Processes the command in the concrete subclass. |
Uses of LPDException in org.simoes.lpd.common |
Methods in org.simoes.lpd.common that throw LPDException | |
static void |
ControlFileCommands.main(java.lang.String[] args)
unit test method. |
void |
ControlFile.setControlFileCommands(byte[] a)
|
Constructors in org.simoes.lpd.common that throw LPDException | |
PrintJob(ControlFile cf,
DataFile df)
Constructor requires a ControlFile and a DataFile. |
|
ControlFileCommands(byte[] bytes)
Constructor that is passed the raw byte array from the request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |