Package de.bsvrz.puk.config.util.async
Class AsyncRequestQueue.AsyncRequestQueueWorker
java.lang.Object
de.bsvrz.puk.config.util.async.AsyncRequestQueue.AsyncRequestQueueWorker
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AsyncRequestQueue
public class AsyncRequestQueue.AsyncRequestQueueWorker
extends java.lang.Object
implements java.lang.Runnable
-
Constructor Summary
Constructors Constructor Description AsyncRequestQueueWorker()
-
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncRequestQueueWorker
public AsyncRequestQueueWorker()
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-