Uses of Class
org.simoes.lpd.exception.LPDException

Packages that use LPDException
org.simoes.lpd.command   
org.simoes.lpd.common   
org.simoes.lpd.util   
 

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.
 

Uses of LPDException in org.simoes.lpd.util
 

Methods in org.simoes.lpd.util that throw LPDException
 void PrintUtil.printPDF(java.io.File filename, java.lang.String printer)
          Executes command "cmd /c AcroRd32.exe /t c:\some\file\name.txt printerName".
 void PrintUtil.printPDF(byte[] data, java.lang.String printer)
          This version takes the byte[] passed in and creates a temporary file.