public class RedeliveryPolicyMap extends DestinationMap
ANY_CHILD, ANY_DESCENDENT| Constructor and Description |
|---|
RedeliveryPolicyMap() |
| Modifier and Type | Method and Description |
|---|---|
RedeliveryPolicy |
getDefaultEntry() |
protected Class<? extends DestinationMapEntry> |
getEntryClass()
Returns the type of the allowed entries which can be set via the
DestinationMap.setEntries(List) method. |
RedeliveryPolicy |
getEntryFor(ActiveMQDestination destination) |
void |
setDefaultEntry(RedeliveryPolicy defaultEntry) |
void |
setRedeliveryPolicyEntries(List entries)
Sets the individual entries on the redeliveryPolicyMap
|
chooseValue, findWildcardMatches, findWildcardMatches, get, getQueueRootChildCount, getQueueRootNode, getRootNode, getTempQueueRootNode, getTempTopicRootNode, getTopicRootChildCount, getTopicRootNode, isEmpty, put, remove, removeAll, reset, setEntries, unionpublic RedeliveryPolicyMap()
public RedeliveryPolicy getEntryFor(ActiveMQDestination destination)
public void setRedeliveryPolicyEntries(List entries)
public RedeliveryPolicy getDefaultEntry()
public void setDefaultEntry(RedeliveryPolicy defaultEntry)
protected Class<? extends DestinationMapEntry> getEntryClass()
DestinationMapDestinationMap.setEntries(List) method. This allows derived classes to further
restrict the type of allowed entries to make a type safe destination map
for custom policies.getEntryClass in class DestinationMapCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.