|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.seda.QueueReference
public final class QueueReference
Holder for queue references.
This is used to keep track of the usages of the queues, so we know when a queue is no longer in use, and can safely be discarded.
| Method Summary | |
|---|---|
int |
getCount()
Gets the reference counter |
Boolean |
getMultipleConsumers()
|
BlockingQueue<Exchange> |
getQueue()
Gets the queue |
Integer |
getSize()
Gets the queue size |
boolean |
hasConsumers()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getCount()
public Integer getSize()
public Boolean getMultipleConsumers()
public BlockingQueue<Exchange> getQueue()
public boolean hasConsumers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||