Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.activemq.message.ActiveMQDestination

Uses of ActiveMQDestination in org.activemq.message
 

Subclasses of ActiveMQDestination in org.activemq.message
 class ActiveMQQueue
          A Queue object encapsulates a provider-specific queue name.
 class ActiveMQTemporaryQueue
          A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
 class ActiveMQTemporaryTopic
          A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
 class ActiveMQTopic
          A Topic object encapsulates a provider-specific topic name.
 

Fields in org.activemq.message declared as ActiveMQDestination
private  ActiveMQDestination ActiveMQMessageTest.jmsDestination
           
private  ActiveMQDestination ActiveMQMessageTest.jmsReplyTo
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.topic1
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.topic2
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.topic3
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.topic4
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.queue1
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.queue2
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.queue3
           
(package private)  ActiveMQDestination ActiveMQDestinationTest.queue4
           
private  ActiveMQDestination ProducerInfo.destination
           
private  ActiveMQDestination MessageAck.destination
           
private  ActiveMQDestination ConsumerInfo.destination
           
private  ActiveMQDestination BrokerAdminCommand.destination
           
private  ActiveMQDestination ActiveMQMessage.jmsDestination
           
private  ActiveMQDestination ActiveMQMessage.jmsReplyTo
           
 

Methods in org.activemq.message that return ActiveMQDestination
 ActiveMQDestination ProducerInfo.getDestination()
           
 ActiveMQDestination MessageAck.getDestination()
           
 ActiveMQDestination ConsumerInfo.getDestination()
           
 ActiveMQDestination BrokerAdminCommand.getDestination()
           
 ActiveMQDestination ActiveMQMessage.getJMSActiveMQDestination()
           
static ActiveMQDestination ActiveMQDestination.transformDestination(javax.jms.Destination destination)
           
static ActiveMQDestination ActiveMQDestination.readFromStream(java.io.DataInput dataIn)
          Read an ActiveMQDestination from a Stream
static ActiveMQDestination ActiveMQDestination.createDestination(int type, java.lang.String pyhsicalName)
          Create a Destination
 ActiveMQDestination ActiveMQDestination.getDestinationBeingAdvised()
           
private  ActiveMQDestination ActiveMQDestination.createDestinationFromAdvisoryName(java.lang.String advisoryName)
           
 

Methods in org.activemq.message with parameters of type ActiveMQDestination
protected  void ActiveMQDestinationTest.assertCompareTo(ActiveMQDestination dest1, ActiveMQDestination dest2, int expected)
           
 void ProducerInfo.setDestination(ActiveMQDestination newDestination)
           
 void MessageAck.setDestination(ActiveMQDestination destination)
           
 void ConsumerInfo.setDestination(ActiveMQDestination newDestination)
           
 void BrokerAdminCommand.setDestination(ActiveMQDestination newDestination)
           
static void ActiveMQDestination.writeToStream(ActiveMQDestination destination, java.io.DataOutput dataOut)
          Write an ActiveMQDestination to a Stream
static java.lang.String ActiveMQDestination.getClientId(ActiveMQDestination destination)
          From a temporary destination find the clientId of the Connection that created it
 int ActiveMQDestination.compareTo(ActiveMQDestination that)
          Lets sort by name first then lets sort topics greater than queues
 void ActiveMQDestination.setChildDestinations(ActiveMQDestination[] children)
           
 boolean ActiveMQDestination.matches(ActiveMQDestination destination)