org.apache.qpid.server.exchange.topic
Class TopicWordDictionary

java.lang.Object
  extended by org.apache.qpid.server.exchange.topic.TopicWordDictionary

public class TopicWordDictionary
extends Object


Constructor Summary
TopicWordDictionary()
           
 
Method Summary
 TopicWord getOrCreateWord(org.apache.qpid.framing.AMQShortString name)
           
 TopicWord getWord(org.apache.qpid.framing.AMQShortString name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicWordDictionary

public TopicWordDictionary()
Method Detail

getOrCreateWord

public TopicWord getOrCreateWord(org.apache.qpid.framing.AMQShortString name)

getWord

public TopicWord getWord(org.apache.qpid.framing.AMQShortString name)


Licensed to the Apache Software Foundation