|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveMQTempDestination | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
| Uses of ActiveMQTempDestination in org.apache.activemq |
|---|
| Fields in org.apache.activemq with type parameters of type ActiveMQTempDestination | |
|---|---|
ConcurrentHashMap<ActiveMQTempDestination,ActiveMQTempDestination> |
ActiveMQConnection.activeTempDestinations
|
ConcurrentHashMap<ActiveMQTempDestination,ActiveMQTempDestination> |
ActiveMQConnection.activeTempDestinations
|
| Methods in org.apache.activemq that return ActiveMQTempDestination | |
|---|---|
protected ActiveMQTempDestination |
ActiveMQConnection.createTempDestination(boolean topic)
Create the DestinationInfo object for the temporary destination. |
| Methods in org.apache.activemq with parameters of type ActiveMQTempDestination | |
|---|---|
void |
ActiveMQConnection.deleteTempDestination(ActiveMQTempDestination destination)
|
boolean |
ActiveMQSession.isInUse(ActiveMQTempDestination destination)
|
boolean |
ActiveMQMessageConsumer.isInUse(ActiveMQTempDestination destination)
|
| Uses of ActiveMQTempDestination in org.apache.activemq.command |
|---|
| Subclasses of ActiveMQTempDestination in org.apache.activemq.command | |
|---|---|
class |
ActiveMQTempQueue
|
class |
ActiveMQTempTopic
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||