Uses of Interface
org.apache.activemq.filter.DestinationNode

Packages that use DestinationNode
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
 class AnyChildDestinationNode
          An implementation of DestinationNode which navigates all the children of the given node ignoring the name of the current path (so for navigating using * in a wildcard).
 class DestinationMapNode
          An implementation class used to implement DestinationMap
 

Methods in org.apache.activemq.filter that return DestinationNode
 DestinationNode DestinationNode.getChild(String path)
           
 DestinationNode AnyChildDestinationNode.getChild(String path)
           
 

Constructors in org.apache.activemq.filter with parameters of type DestinationNode
AnyChildDestinationNode(DestinationNode node)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.