Package org.apache.activemq.filter
Class DestinationMapEntry<T>
java.lang.Object
org.apache.activemq.filter.DestinationMapEntry<T>
- All Implemented Interfaces:
Comparable<T>
- Direct Known Subclasses:
DefaultDestinationMapEntry,RedeliveryPolicy
A base class for entry objects used to construct a destination based policy
map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()voidsetDestination(ActiveMQDestination destination) voidA helper method to set the destination from a configuration filevoidsetTempQueue(boolean flag) voidsetTempTopic(boolean flag) voidA helper method to set the destination from a configuration file
-
Field Details
-
destination
-
-
Constructor Details
-
DestinationMapEntry
public DestinationMapEntry()
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-
setQueue
A helper method to set the destination from a configuration file -
setTopic
A helper method to set the destination from a configuration file -
setTempTopic
public void setTempTopic(boolean flag) -
setTempQueue
public void setTempQueue(boolean flag) -
getDestination
-
setDestination
-
getValue
-