net.sf.lpr.daemon
Interface DaemonCommand

All Known Implementing Classes:
AbortJob, AbstractDaemonCommand, AbstractSendQueueState, PrintAnyWaitingJobs, ReceiveControlFile, ReceiveDataFile, ReceivePrinterJob, SendQueueStateLong, SendQueueStateShort

public interface DaemonCommand

Interface used to define what RFC 1179 calls a Daemon Command. Meaning a command that is sent by the client to the LPD server

Author:
x_sid

Method Summary
 void print()
          All classes that implement this interface will do their work when the print() is called.
 

Method Detail

print

void print()
           throws IORuntimeException
All classes that implement this interface will do their work when the print() is called.

Throws:
IORuntimeException