Uses of Class
org.apache.synapse.commons.executors.MultiPriorityBlockingQueue

Packages that use MultiPriorityBlockingQueue
org.apache.synapse.commons.executors   
 

Uses of MultiPriorityBlockingQueue in org.apache.synapse.commons.executors
 

Methods in org.apache.synapse.commons.executors that return MultiPriorityBlockingQueue
 MultiPriorityBlockingQueue<Runnable> PriorityExecutor.getQueue()
          Get the queue.
 

Methods in org.apache.synapse.commons.executors with parameters of type MultiPriorityBlockingQueue
 void PriorityExecutor.setQueue(MultiPriorityBlockingQueue<Runnable> queue)
          Set the queue.
 



Copyright © 2005–2015 Apache Software Foundation. All rights reserved.