public abstract class DestinationMapEntry<T> extends Object implements Comparable<T>
Modifier and Type | Field and Description |
---|---|
protected ActiveMQDestination |
destination |
Constructor and Description |
---|
DestinationMapEntry() |
Modifier and Type | Method and Description |
---|---|
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
|
protected ActiveMQDestination destination
public DestinationMapEntry()
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)
public Comparable<T> getValue()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.