org.apache.activemq.filter
Class DestinationMapEntry<T>
java.lang.Object
org.apache.activemq.filter.DestinationMapEntry<T>
- All Implemented Interfaces:
- java.lang.Comparable<T>
- Direct Known Subclasses:
- AuthorizationEntry, DefaultDestinationMapEntry, FilteredKahaDBPersistenceAdapter, PolicyEntry
public abstract class DestinationMapEntry<T>
- extends java.lang.Object
- implements java.lang.Comparable<T>
A base class for entry objects used to construct a destination based policy
map.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationMapEntry
public DestinationMapEntry()
compareTo
public int compareTo(java.lang.Object that)
- Specified by:
compareTo
in interface java.lang.Comparable<T>
setQueue
public void setQueue(java.lang.String name)
- A helper method to set the destination from a configuration file
setTopic
public void setTopic(java.lang.String name)
- A helper method to set the destination from a configuration file
setTempTopic
public void setTempTopic(boolean flag)
setTempQueue
public void setTempQueue(boolean flag)
getDestination
public ActiveMQDestination getDestination()
setDestination
public void setDestination(ActiveMQDestination destination)
afterPropertiesSet
@PostConstruct
public void afterPropertiesSet()
throws java.lang.Exception
- Throws:
java.lang.Exception
getValue
public java.lang.Comparable<T> getValue()
Copyright © 2005-2012. All Rights Reserved.