Interface RouteContextList
-
public interface RouteContextListThis is a simple datatype containing the list of a routing context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAckedQueue(Queue queue)List<Queue>getDurableQueues()List<Queue>getNonDurableQueues()intgetNumberOfDurableQueues()intgetNumberOfNonDurableQueues()booleanisAlreadyAcked(Queue queue)
-