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