org.apache.activemq.filter
Interface DestinationNode
- All Known Implementing Classes:
- AnyChildDestinationNode, DestinationMapNode
public interface DestinationNode
Represents a node in the DestinationMap
tree
- Version:
- $Revision: 563921 $
appendMatchingValues
void appendMatchingValues(Set answer,
String[] paths,
int startIndex)
appendMatchingWildcards
void appendMatchingWildcards(Set answer,
String[] paths,
int startIndex)
appendDescendantValues
void appendDescendantValues(Set answer)
getDesendentValues
Collection getDesendentValues()
getChild
DestinationNode getChild(String path)
getValues
Collection getValues()
getChildren
Collection getChildren()
removeDesendentValues
Collection removeDesendentValues()
removeValues
Collection removeValues()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.