Uses of Class
org.apache.activemq.broker.region.policy.PolicyEntry
-
Packages that use PolicyEntry Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.plugin.util -
-
Uses of PolicyEntry in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return PolicyEntry Modifier and Type Method Description PolicyEntryPolicyMap. getDefaultEntry()PolicyEntryPolicyMap. getEntryFor(ActiveMQDestination destination)Methods in org.apache.activemq.broker.region.policy with parameters of type PolicyEntry Modifier and Type Method Description voidPolicyMap. setDefaultEntry(PolicyEntry defaultEntry) -
Uses of PolicyEntry in org.apache.activemq.plugin
Methods in org.apache.activemq.plugin with parameters of type PolicyEntry Modifier and Type Method Description protected voidPolicyEntryProcessor. applyRetrospectively(PolicyEntry updatedEntry) -
Uses of PolicyEntry in org.apache.activemq.plugin.java
Methods in org.apache.activemq.plugin.java with parameters of type PolicyEntry Modifier and Type Method Description voidJavaRuntimeConfigurationBroker. addNewPolicyEntry(PolicyEntry addition)voidJavaRuntimeConfigurationBroker. modifyPolicyEntry(PolicyEntry existing)This method will modify an existing policy entry that matches the destination set on the PolicyEntry passed in.voidJavaRuntimeConfigurationBroker. modifyPolicyEntry(PolicyEntry existing, boolean createOrReplace)voidJavaRuntimeConfigurationBroker. modifyPolicyEntry(PolicyEntry existing, boolean createOrReplace, Set<String> includedProperties)This method will modify an existing policy entry that matches the destination set on the PolicyEntry passed in. -
Uses of PolicyEntry in org.apache.activemq.plugin.util
Methods in org.apache.activemq.plugin.util that return PolicyEntry Modifier and Type Method Description static PolicyEntryPolicyEntryUtil. findEntryByDestination(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry entry)Find a matching PolicyEntry by looking up the Set of entries from the map and then comparing the destination to find the exact match.Methods in org.apache.activemq.plugin.util with parameters of type PolicyEntry Modifier and Type Method Description static voidPolicyEntryUtil. applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry updatedEntry)Utility to properly apply an updated policy entry to all existing destinations that match this entry.static voidPolicyEntryUtil. applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry updatedEntry, Set<String> includedProperties)Utility to properly apply an updated policy entry to all existing destinations that match this entry.static PolicyEntryPolicyEntryUtil. findEntryByDestination(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry entry)Find a matching PolicyEntry by looking up the Set of entries from the map and then comparing the destination to find the exact match.
-