net.sf.lpr.daemon.subcommands
Class AbortJob

java.lang.Object
  extended by net.sf.lpr.daemon.commands.spi.AbstractDaemonCommand
      extended by net.sf.lpr.daemon.subcommands.AbortJob
All Implemented Interfaces:
DaemonCommand

public class AbortJob
extends AbstractDaemonCommand
implements DaemonCommand


Constructor Summary
AbortJob(java.io.PrintStream print, java.io.InputStream in)
           
 
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

AbortJob

public AbortJob(java.io.PrintStream print,
                java.io.InputStream in)
Method Detail

printCommand

protected void printCommand(java.io.PrintStream print)
                     throws java.io.IOException
Description copied from class: AbstractDaemonCommand
This method needs to be implemented for the daemon command that actually sends the request to the LPD server. There is no need to check the response from the server because that is handled by the code in the implemented print() method

Specified by:
printCommand in class AbstractDaemonCommand
Throws:
java.io.IOException