Uses of Interface
org.apache.activemq.filter.DestinationNode
-
Packages that use DestinationNode Package Description org.apache.activemq.filter Filter implementations for wildcards & JMS selectors -
-
Uses of DestinationNode in org.apache.activemq.filter
Classes in org.apache.activemq.filter that implement DestinationNode Modifier and Type Class Description classAnyChildDestinationNodeAn implementation ofDestinationNodewhich navigates all the children of the given node ignoring the name of the current path (so for navigating using * in a wildcard).classDestinationMapNodeAn implementation class used to implementDestinationMapMethods in org.apache.activemq.filter that return DestinationNode Modifier and Type Method Description DestinationNodeAnyChildDestinationNode. getChild(String path)DestinationNodeDestinationMapNode. getChild(String path)Returns the child node for the given named path or null if it does not existDestinationNodeDestinationNode. getChild(String path)Methods in org.apache.activemq.filter that return types with arguments of type DestinationNode Modifier and Type Method Description Collection<DestinationNode>DestinationMapNode. getChildren()Returns the child nodesCollection<DestinationNode>DestinationNode. getChildren()Collection<DestinationNode>DestinationNode. getDesendentValues()Collection<DestinationNode>DestinationNode. getValues()Collection<DestinationNode>DestinationNode. removeDesendentValues()Collection<DestinationNode>DestinationNode. removeValues()Method parameters in org.apache.activemq.filter with type arguments of type DestinationNode Modifier and Type Method Description voidDestinationNode. appendDescendantValues(Set<DestinationNode> answer)voidDestinationMapNode. appendMatchingValues(Set<DestinationNode> answer, String[] paths, int startIndex, boolean deep)voidDestinationNode. appendMatchingValues(Set<DestinationNode> answer, String[] paths, int startIndex)voidDestinationNode. appendMatchingWildcards(Set<DestinationNode> answer, String[] paths, int startIndex)voidDestinationMapNode. removeAll(Set<DestinationNode> answer, String[] paths, int startIndex)Constructors in org.apache.activemq.filter with parameters of type DestinationNode Constructor Description AnyChildDestinationNode(DestinationNode node)
-