Uses of Class
org.activemq.filter.DestinationMapNode

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

Uses of DestinationMapNode in org.activemq.filter
 

Methods in org.activemq.filter that return DestinationMapNode
protected  DestinationMapNode DestinationMapNode.createChildNode()
          Factory method to create a child node
 DestinationMapNode DestinationMapNode.getAnyChildNode()
          Returns the node which represents all children (i.e.
 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
 



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