Uses of Class
org.apache.qpid.server.exchange.topic.TopicWord

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

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

Fields in org.apache.qpid.server.exchange.topic declared as TopicWord
static TopicWord TopicWord.ANY_WORD
           
static TopicWord TopicWord.WILDCARD_WORD
           
 

Methods in org.apache.qpid.server.exchange.topic that return TopicWord
 TopicWord TopicWordDictionary.getOrCreateWord(org.apache.qpid.framing.AMQShortString name)
           
 TopicWord TopicWordDictionary.getWord(org.apache.qpid.framing.AMQShortString name)
           
 

Methods in org.apache.qpid.server.exchange.topic with parameters of type TopicWord
 TopicMatcherDFAState TopicMatcherDFAState.nextState(TopicWord word)
           
 

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



Licensed to the Apache Software Foundation