|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRateQueue
Manages a single queue for a single rate class of a SNAC connection. This class basically wraps a plain old queue, and its existence is thus rather questionable. However, functionality might be added later, so this class stays.
| Method Summary | |
ConnectionQueueMgr |
getParentMgr()
Returns this rate queue's "parent" connection queue manager. |
int |
getQueueSize()
Returns the number of requests currently waiting in this queue. |
RateClassMonitor |
getRateClassMonitor()
Returns the rate class monitor associated with this rate queue. |
boolean |
hasRequests()
Returns whether any requests are waiting in this queue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ConnectionQueueMgr getParentMgr()
public RateClassMonitor getRateClassMonitor()
public int getQueueSize()
public boolean hasRequests()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||