|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.simoes.lpd.common.PrintFile
|
+--org.simoes.lpd.common.ControlFile
Represents the ControlFile sent with a print job when the command
is 02 Receive Print Job. The control file contains information about
the print job. The information is encapsulated in ControlFileCommands.
The body of the print job itself is found at DataFile.
| Constructor Summary | |
ControlFile()
|
|
| Method Summary | |
java.lang.Object |
clone()
|
ControlFileCommands |
getControlFileCommands()
|
void |
setControlFileCommands(byte[] a)
|
| Methods inherited from class org.simoes.lpd.common.PrintFile |
getContents, getCount, getHostName, getJobNumber, setContents, setCount, setHostName, setJobNumber |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControlFile()
| Method Detail |
public void setControlFileCommands(byte[] a)
throws LPDException
LPDExceptionpublic ControlFileCommands getControlFileCommands()
public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||