Uses of Class
org.apache.activemq.filter.DestinationMapEntry
-
Packages that use DestinationMapEntry Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker.region.policy org.apache.activemq.filter Filter implementations for wildcards & JMS selectors -
-
Uses of DestinationMapEntry in org.apache.activemq
Subclasses of DestinationMapEntry in org.apache.activemq Modifier and Type Class Description classRedeliveryPolicyConfiguration options for a messageConsumer used to control how messages are re-delivered when they are rolled back. -
Uses of DestinationMapEntry in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return types with arguments of type DestinationMapEntry Modifier and Type Method Description protected Class<? extends DestinationMapEntry>RedeliveryPolicyMap. getEntryClass() -
Uses of DestinationMapEntry in org.apache.activemq.filter
Subclasses of DestinationMapEntry in org.apache.activemq.filter Modifier and Type Class Description classDefaultDestinationMapEntryA default entry in a DestinationMap which holds a single value.Methods in org.apache.activemq.filter that return DestinationMapEntry Modifier and Type Method Description DestinationMapEntryDestinationMap. chooseValue(ActiveMQDestination destination)Returns the value which matches the given destination or null if there is no matching value.DestinationMapEntryDefaultDestinationMapEntry. getValue()Methods in org.apache.activemq.filter that return types with arguments of type DestinationMapEntry Modifier and Type Method Description protected Class<? extends DestinationMapEntry>DestinationMap. getEntryClass()Returns the type of the allowed entries which can be set via theDestinationMap.setEntries(List)method.Methods in org.apache.activemq.filter with parameters of type DestinationMapEntry Modifier and Type Method Description voidDefaultDestinationMapEntry. setValue(DestinationMapEntry value)Method parameters in org.apache.activemq.filter with type arguments of type DestinationMapEntry Modifier and Type Method Description protected voidDestinationMap. setEntries(List<DestinationMapEntry> entries)A helper method to allow the destination map to be populated from a dependency injection framework such as Spring
-