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.ExceptionCopyright © 2005-2012. All Rights Reserved.