org.apache.activemq.filter
public abstract class DestinationMapEntry<T> extends java.lang.Object implements java.lang.Comparable<T>
Constructor and Description |
---|
DestinationMapEntry() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
int |
compareTo(java.lang.Object that) |
ActiveMQDestination |
getDestination() |
java.lang.Comparable<T> |
getValue() |
void |
setDestination(ActiveMQDestination destination) |
void |
setQueue(java.lang.String name)
A helper method to set the destination from a configuration file
|
void |
setTempQueue(boolean flag) |
void |
setTempTopic(boolean flag) |
void |
setTopic(java.lang.String name)
A helper method to set the destination from a configuration file
|
public DestinationMapEntry()
public int compareTo(java.lang.Object that)
compareTo
in interface java.lang.Comparable<T>
public void setQueue(java.lang.String name)
public void setTopic(java.lang.String name)
public void setTempTopic(boolean flag)
public void setTempQueue(boolean flag)
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
@PostConstruct public void afterPropertiesSet() throws java.lang.Exception
java.lang.Exception
Copyright © 2005-2014. All Rights Reserved.