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 PolicyEntry
PolicyMap. getDefaultEntry()
PolicyEntry
PolicyMap. getEntryFor(ActiveMQDestination destination)
Methods in org.apache.activemq.broker.region.policy with parameters of type PolicyEntry Modifier and Type Method Description void
PolicyMap. 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 void
PolicyEntryProcessor. 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 void
JavaRuntimeConfigurationBroker. addNewPolicyEntry(PolicyEntry addition)
void
JavaRuntimeConfigurationBroker. modifyPolicyEntry(PolicyEntry existing)
This method will modify an existing policy entry that matches the destination set on the PolicyEntry passed in.void
JavaRuntimeConfigurationBroker. modifyPolicyEntry(PolicyEntry existing, boolean createOrReplace)
void
JavaRuntimeConfigurationBroker. 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 PolicyEntry
PolicyEntryUtil. 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 void
PolicyEntryUtil. applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry updatedEntry)
Utility to properly apply an updated policy entry to all existing destinations that match this entry.static void
PolicyEntryUtil. 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 PolicyEntry
PolicyEntryUtil. 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.
-