java.lang.Object
com.renomad.minum.queue.ActionQueueState
This class tracks the overall state of the
As each ActionQueue gets created, it registers itself here.
ActionQueue
s that
are in use throughout the system. We need one central place to
track these, so that at system shutdown we can close them all cleanly.
As each ActionQueue gets created, it registers itself here.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ActionQueueState
public ActionQueueState()
-
-
Method Details
-
aqQueueAsString
-
offerToQueue
-
pollFromQueue
-
isAqQueueEmpty
public boolean isAqQueueEmpty()
-