public abstract class DestinationMapEntry extends java.lang.Object implements java.lang.Comparable
Constructor and Description |
---|
DestinationMapEntry() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
int |
compareTo(java.lang.Object that) |
ActiveMQDestination |
getDestination() |
java.lang.Object |
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
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
public java.lang.Object getValue()
Copyright © 2005-2012. All Rights Reserved.