|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AnyChildDestinationNode.getChild(java.lang.String path)
|
DestinationNode |
DestinationMapNode.getChild(java.lang.String path)
Returns the child node for the given named path or null if it does not exist |
DestinationNode |
DestinationNode.getChild(java.lang.String path)
|
Methods in org.apache.activemq.filter that return types with arguments of type DestinationNode | |
---|---|
java.util.Collection<DestinationNode> |
DestinationMapNode.getChildren()
Returns the child nodes |
java.util.Collection<DestinationNode> |
DestinationNode.getChildren()
|
java.util.Collection<DestinationNode> |
DestinationNode.getDesendentValues()
|
java.util.Collection<DestinationNode> |
DestinationNode.getValues()
|
java.util.Collection<DestinationNode> |
DestinationNode.removeDesendentValues()
|
java.util.Collection<DestinationNode> |
DestinationNode.removeValues()
|
Method parameters in org.apache.activemq.filter with type arguments of type DestinationNode | |
---|---|
void |
DestinationNode.appendDescendantValues(java.util.Set<DestinationNode> answer)
|
void |
DestinationMapNode.appendMatchingValues(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex)
|
void |
DestinationNode.appendMatchingValues(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex)
|
void |
DestinationNode.appendMatchingWildcards(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex)
|
void |
DestinationMapNode.removeAll(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex)
|
Constructors in org.apache.activemq.filter with parameters of type DestinationNode | |
---|---|
AnyChildDestinationNode(DestinationNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |