Class PolicyMap
java.lang.Object
org.apache.activemq.filter.DestinationMap
org.apache.activemq.broker.region.policy.PolicyMap
public class PolicyMap
extends org.apache.activemq.filter.DestinationMap
Represents a destination based configuration of policies so that individual
destinations or wildcard hierarchies of destinations can be configured using
different policies.
-
Field Summary
Fields inherited from class org.apache.activemq.filter.DestinationMap
ANY_CHILD, ANY_DESCENDENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends org.apache.activemq.filter.DestinationMapEntry>getEntryFor(org.apache.activemq.command.ActiveMQDestination destination) voidsetDefaultEntry(PolicyEntry defaultEntry) voidsetPolicyEntries(List entries) Sets the individual entries on the policy mapMethods inherited from class org.apache.activemq.filter.DestinationMap
chooseValue, findWildcardMatches, findWildcardMatches, get, getQueueRootChildCount, getQueueRootNode, getRootNode, getTempQueueRootNode, getTempTopicRootNode, getTopicRootChildCount, getTopicRootNode, isEmpty, put, remove, removeAll, reset, setEntries, union, unsynchronizedGet, unsynchronizedPut, unsynchronizedRemove
-
Constructor Details
-
PolicyMap
public PolicyMap()
-
-
Method Details
-
getEntryFor
-
setPolicyEntries
Sets the individual entries on the policy map -
getDefaultEntry
-
setDefaultEntry
-
getEntryClass
- Overrides:
getEntryClassin classorg.apache.activemq.filter.DestinationMap
-