org.apache.camel.component.seda
Class SedaComponent.QueueReference

java.lang.Object
  extended by org.apache.camel.component.seda.SedaComponent.QueueReference
Enclosing class:
SedaComponent

public static final class SedaComponent.QueueReference
extends Object

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
 BlockingQueue<Exchange> getQueue()
          Gets the queue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Gets the reference counter


getQueue

public BlockingQueue<Exchange> getQueue()
Gets the queue



Apache CAMEL