Uses of Class
org.codehaus.activemq.filter.DestinationMapNode

Packages that use DestinationMapNode
org.codehaus.activemq.filter Filter implementations for wildcards & JMS selectors  
 

Uses of DestinationMapNode in org.codehaus.activemq.filter
 

Methods in org.codehaus.activemq.filter that return DestinationMapNode
 DestinationMapNode DestinationMapNode.getChild(String path)
          Returns the child node for the given named path or null if it does not exist
 DestinationMapNode DestinationMapNode.getChildOrCreate(String path)
          Returns the child node for the given named path, lazily creating one if it does not yet exist
 DestinationMapNode DestinationMapNode.getAnyChildNode()
          Returns the node which represents all children (i.e.
protected  DestinationMapNode DestinationMapNode.createChildNode()
          Factory method to create a child node
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.