|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simoes.lpd.command.CommandHandler
org.simoes.lpd.command.CommandPrintJob
This class handles the Print any waiting jobs Command in RFC1179.
The RFC description is below:
5.1 01 - Print any waiting jobs
+----+-------+----+
| 01 | Queue | LF |
+----+-------+----+
Command code - 1
Operand - Printer queue name
This command starts the printing process if it not already running.
NOTE: This is not implemented since we intend to hold the print job
Field Summary |
Fields inherited from class org.simoes.lpd.command.CommandHandler |
command, is, os |
Constructor Summary | |
CommandPrintJob(byte[] command,
java.io.InputStream is,
java.io.OutputStream os)
|
Method Summary | |
void |
execute()
Currently does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandPrintJob(byte[] command, java.io.InputStream is, java.io.OutputStream os)
Method Detail |
public void execute() throws LPDException
execute
in class CommandHandler
LPDException
- thrown when an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |