Package de.bsvrz.puk.config.util.async
Class AsyncRequestQueue
java.lang.Object
de.bsvrz.puk.config.util.async.AsyncRequestQueue
public class AsyncRequestQueue
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAsyncRequestQueue.AsyncRequestQueueWorker -
Constructor Summary
Constructors Constructor Description AsyncRequestQueue() -
Method Summary
Modifier and Type Method Description voidput(AsyncRequest asyncRequest)voidstart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncRequestQueue
public AsyncRequestQueue()
-
-
Method Details
-
start
public void start() -
put
-