|
||||||||||
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 |
DestinationNode.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 |
AnyChildDestinationNode.getChild(java.lang.String path)
|
Constructors in org.apache.activemq.filter with parameters of type DestinationNode | |
---|---|
AnyChildDestinationNode(DestinationNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |