Uses of Class
org.apache.activemq.plugin.AbstractRuntimeConfigurationBroker
Packages that use AbstractRuntimeConfigurationBroker
Package
Description
-
Uses of AbstractRuntimeConfigurationBroker in org.apache.activemq.plugin
Subclasses of AbstractRuntimeConfigurationBroker in org.apache.activemq.pluginConstructors in org.apache.activemq.plugin with parameters of type AbstractRuntimeConfigurationBrokerModifierConstructorDescription -
Uses of AbstractRuntimeConfigurationBroker in org.apache.activemq.plugin.java
Subclasses of AbstractRuntimeConfigurationBroker in org.apache.activemq.plugin.java -
Uses of AbstractRuntimeConfigurationBroker in org.apache.activemq.plugin.util
Methods in org.apache.activemq.plugin.util with parameters of type AbstractRuntimeConfigurationBrokerModifier and TypeMethodDescriptionstatic 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.