public abstract class DestinationMapEntry<T> extends Object implements Comparable<T>
Constructor and Description |
---|
DestinationMapEntry() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
int |
compareTo(Object that) |
ActiveMQDestination |
getDestination() |
Comparable<T> |
getValue() |
void |
setDestination(ActiveMQDestination destination) |
void |
setQueue(String name)
A helper method to set the destination from a configuration file
|
void |
setTempQueue(boolean flag) |
void |
setTempTopic(boolean flag) |
void |
setTopic(String name)
A helper method to set the destination from a configuration file
|
public int compareTo(Object that)
compareTo
in interface Comparable<T>
public void setQueue(String name)
public void setTopic(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 Exception
Exception
public Comparable<T> getValue()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.