|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
LPDException
public ControlFileCommands getControlFileCommands()
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |