|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lwes.listener.ThreadedEnqueuer
public abstract class ThreadedEnqueuer
| Field Summary | |
|---|---|
protected java.util.List<QueueElement> |
queue
|
| Constructor Summary | |
|---|---|
ThreadedEnqueuer()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.List<QueueElement> |
getQueue()
Returns the queue to use for this enqueuer |
void |
initialize()
Default initialize() method. |
void |
run()
Default run() method. |
void |
setQueue(java.util.List<QueueElement> queue)
Sets the queue to use for this enqueuer. |
void |
shutdown()
Default shutdown() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<QueueElement> queue
| Constructor Detail |
|---|
public ThreadedEnqueuer()
| Method Detail |
|---|
public java.util.List<QueueElement> getQueue()
public void setQueue(java.util.List<QueueElement> queue)
queue - the thread-synchronized List element
public void initialize()
throws java.io.IOException
java.io.IOExceptionpublic void shutdown()
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 | ||||||||