|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simoes.lpd.LPD
The Line Printer Daemon (LPD). Sets up all of the network communication
to run our LPD. All commands are handled by LPDCommands
.
Method Summary | |
static LPD |
getInstance()
This class is a singleton. |
static void |
main(java.lang.String[] args)
|
void |
run()
The run method is implemented so this can be run in its own Thread if desired. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LPD getInstance()
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |