Uses of Interface
org.apache.qpid.server.exchange.topic.TopicMatcherResult

Packages that use TopicMatcherResult
org.apache.qpid.server.exchange.topic   
 

Uses of TopicMatcherResult in org.apache.qpid.server.exchange.topic
 

Classes in org.apache.qpid.server.exchange.topic that implement TopicMatcherResult
 class TopicExchangeResult
           
 

Methods in org.apache.qpid.server.exchange.topic that return types with arguments of type TopicMatcherResult
 Collection<TopicMatcherResult> TopicParser.parse(org.apache.qpid.framing.AMQShortString routingKey)
           
 Collection<TopicMatcherResult> TopicMatcherDFAState.parse(TopicWordDictionary dictionary, org.apache.qpid.framing.AMQShortString routingKey)
           
 Collection<TopicMatcherResult> TopicMatcherDFAState.terminate()
           
 

Methods in org.apache.qpid.server.exchange.topic with parameters of type TopicMatcherResult
 void TopicParser.addBinding(org.apache.qpid.framing.AMQShortString bindingKey, TopicMatcherResult result)
           
(package private)  TopicMatcherDFAState TopicParser.createStateMachine(org.apache.qpid.framing.AMQShortString bindingKey, TopicMatcherResult result)
           
 

Constructor parameters in org.apache.qpid.server.exchange.topic with type arguments of type TopicMatcherResult
TopicMatcherDFAState(Map<TopicWord,TopicMatcherDFAState> nextStateMap, Collection<TopicMatcherResult> results)
           
 



Licensed to the Apache Software Foundation