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, union, unsynchronizedGet, unsynchronizedPut, unsynchronizedRemove
public RedeliveryPolicyMap()
public RedeliveryPolicy getEntryFor(ActiveMQDestination destination)
public void setRedeliveryPolicyEntries(List entries)
public RedeliveryPolicy getDefaultEntry()
public void setDefaultEntry(RedeliveryPolicy defaultEntry)
protected Class<? extends DestinationMapEntry> getEntryClass()
DestinationMap
DestinationMap.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 DestinationMap
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.