|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.simoes.lpd.handler.QueueMonitor
Watches the PrintQueue and removes jobs as they appear there. The jobs are passed on to the proper handler.
| Constructor Summary | |
QueueMonitor(java.lang.String queueName)
Create a QueueMonitor. |
|
| Method Summary | |
java.lang.String |
getQueueName()
|
void |
run()
Watches the PrintQueue and process PrintJobs as they become available. |
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueueMonitor(java.lang.String queueName)
throws QueueException
queueName - the queue we will be monitoring.| Method Detail |
public void stop()
public java.lang.String getQueueName()
public void run()
run in interface java.lang.Runnable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||