Uses of Class
org.apache.activemq.filter.DestinationMapNode
-
Packages that use DestinationMapNode Package Description org.apache.activemq.filter Filter implementations for wildcards & JMS selectors -
-
Uses of DestinationMapNode in org.apache.activemq.filter
Methods in org.apache.activemq.filter that return DestinationMapNode Modifier and Type Method Description protected DestinationMapNodeDestinationMapNode. createChildNode()Factory method to create a child nodeDestinationMapNodeDestinationMapNode. getChildOrCreate(String path)Returns the child node for the given named path, lazily creating one if it does not yet existDestinationMapNodeDestinationMap. getQueueRootNode()protected DestinationMapNodeDestinationMap. getRootNode(ActiveMQDestination key)Returns the root node for the given destination typeDestinationMapNodeDestinationMap. getTempQueueRootNode()DestinationMapNodeDestinationMap. getTempTopicRootNode()DestinationMapNodeDestinationMap. getTopicRootNode()Methods in org.apache.activemq.filter with parameters of type DestinationMapNode Modifier and Type Method Description protected voidDestinationMapNode. removeChild(DestinationMapNode node)Constructors in org.apache.activemq.filter with parameters of type DestinationMapNode Constructor Description DestinationMapNode(DestinationMapNode parent)
-