|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.lpr.daemon.commands.spi.AbstractDaemonCommand
net.sf.lpr.daemon.commands.PrintAnyWaitingJobs
public class PrintAnyWaitingJobs
Request that the LPD server print any waiting jobs.
Constructor Summary | |
---|---|
PrintAnyWaitingJobs(java.io.PrintStream print,
java.io.InputStream serverIn,
java.lang.String queue)
Construct the request to be made to the server for printing any waiting jobs. |
Method Summary | |
---|---|
protected void |
printCommand(java.io.PrintStream print)
This method needs to be implemented for the daemon command that actually sends the request to the LPD server. |
Methods inherited from class net.sf.lpr.daemon.commands.spi.AbstractDaemonCommand |
---|
print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.lpr.daemon.DaemonCommand |
---|
print |
Constructor Detail |
---|
public PrintAnyWaitingJobs(java.io.PrintStream print, java.io.InputStream serverIn, java.lang.String queue)
print
- the stream that the request will be written to.serverIn
- the stream that the response from the server will be read from.queue
- the name of the queue that the jobs are on that it should be printedMethod Detail |
---|
protected void printCommand(java.io.PrintStream print) throws java.io.IOException
AbstractDaemonCommand
printCommand
in class AbstractDaemonCommand
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |