Uses of Interface
org.apache.activemq.filter.DestinationNode
Packages that use DestinationNode
-
Uses of DestinationNode in org.apache.activemq.filter
Classes in org.apache.activemq.filter that implement DestinationNodeModifier and TypeClassDescriptionclassAn implementation ofDestinationNodewhich navigates all the children of the given node ignoring the name of the current path (so for navigating using * in a wildcard).classAn implementation class used to implementDestinationMapMethods in org.apache.activemq.filter that return DestinationNodeModifier and TypeMethodDescriptionReturns the child node for the given named path or null if it does not existMethods in org.apache.activemq.filter that return types with arguments of type DestinationNodeModifier and TypeMethodDescriptionDestinationMapNode.getChildren()Returns the child nodesDestinationNode.getChildren()DestinationNode.getDesendentValues()DestinationNode.getValues()DestinationNode.removeDesendentValues()DestinationNode.removeValues()Method parameters in org.apache.activemq.filter with type arguments of type DestinationNodeModifier and TypeMethodDescriptionvoidDestinationNode.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