| Package | Description |
|---|---|
| org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
| Modifier and Type | Method and Description |
|---|---|
protected DestinationMapNode |
DestinationMapNode.createChildNode()
Factory method to create a child node
|
DestinationMapNode |
DestinationMapNode.getChildOrCreate(String path)
Returns the child node for the given named path, lazily creating one if
it does not yet exist
|
DestinationMapNode |
DestinationMap.getQueueRootNode() |
protected DestinationMapNode |
DestinationMap.getRootNode(ActiveMQDestination key)
Returns the root node for the given destination type
|
DestinationMapNode |
DestinationMap.getTempQueueRootNode() |
DestinationMapNode |
DestinationMap.getTempTopicRootNode() |
DestinationMapNode |
DestinationMap.getTopicRootNode() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DestinationMapNode.removeChild(DestinationMapNode node) |
| Constructor and Description |
|---|
DestinationMapNode(DestinationMapNode parent) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.