Uses of Interface
org.apache.activemq.command.Message.MessageDestination

Packages that use Message.MessageDestination
org.apache.activemq.broker.region   
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
 

Uses of Message.MessageDestination in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return Message.MessageDestination
 Message.MessageDestination MessageReference.getRegionDestination()
           
 

Uses of Message.MessageDestination in org.apache.activemq.command
 

Methods in org.apache.activemq.command that return Message.MessageDestination
 Message.MessageDestination Message.getRegionDestination()
           
 

Methods in org.apache.activemq.command with parameters of type Message.MessageDestination
 void Message.setRegionDestination(Message.MessageDestination destination)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.