Uses of Class
org.codehaus.activemq.message.ActiveMQDestination

Packages that use ActiveMQDestination
org.codehaus.activemq The core JMS client implementation classes  
org.codehaus.activemq.message Message implementations  
org.codehaus.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager  
org.codehaus.activemq.service.impl Default implementations of the services  
 

Uses of ActiveMQDestination in org.codehaus.activemq
 

Fields in org.codehaus.activemq declared as ActiveMQDestination
protected  ActiveMQDestination ActiveMQMessageProducer.defaultDestination
           
protected  ActiveMQDestination ActiveMQMessageConsumer.destination
           
 

Methods in org.codehaus.activemq that return ActiveMQDestination
(package private) static ActiveMQDestination ActiveMQMessageTransformation.transformDestination(Destination destination)
           
protected  ActiveMQDestination ActiveMQMessageConsumer.getDestination()
           
 

Constructors in org.codehaus.activemq with parameters of type ActiveMQDestination
ActiveMQTopicSubscriber(ActiveMQSession theSession, ActiveMQDestination dest, java.lang.String name, java.lang.String selector, int cnum, int prefetch, boolean noLocalValue, boolean browserValue)
           
ActiveMQTopicPublisher(ActiveMQSession session, ActiveMQDestination destination)
           
ActiveMQQueueSender(ActiveMQSession session, ActiveMQDestination destination)
           
ActiveMQQueueReceiver(ActiveMQSession theSession, ActiveMQDestination dest, java.lang.String selector, int cnum, int prefetch)
           
ActiveMQQueueBrowser(ActiveMQSession theSession, ActiveMQDestination dest, java.lang.String selector, int cnum)
          Constructor for an ActiveMQQueueBrowser - used internally
ActiveMQMessageProducer(ActiveMQSession theSession, ActiveMQDestination destination)
           
ActiveMQMessageConsumer(ActiveMQSession theSession, ActiveMQDestination dest, java.lang.String name, java.lang.String selector, int cnum, int prefetch, boolean noLocalValue, boolean browserValue)
          Create a MessageConsumer
 

Uses of ActiveMQDestination in org.codehaus.activemq.message
 

Subclasses of ActiveMQDestination in org.codehaus.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.
 

Methods in org.codehaus.activemq.message that return ActiveMQDestination
 ActiveMQDestination ProducerInfo.getDestination()
           
 ActiveMQDestination ConsumerInfo.getDestination()
           
 ActiveMQDestination ActiveMQMessage.getJMSActiveMQDestination()
           
static ActiveMQDestination ActiveMQDestination.readFromStream(java.io.DataInput dataIn)
          Read an ActiveMQDestination from a Stream
static ActiveMQDestination ActiveMQDestination.transformDestination(Destination destination)
           
 

Methods in org.codehaus.activemq.message with parameters of type ActiveMQDestination
 void ProducerInfo.setDestination(ActiveMQDestination newDestination)
           
 void ConsumerInfo.setDestination(ActiveMQDestination newDestination)
           
 int ActiveMQDestination.compareTo(ActiveMQDestination that)
          Lets sort by name first then lets sort topics greater than queues
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
 

Uses of ActiveMQDestination in org.codehaus.activemq.service
 

Methods in org.codehaus.activemq.service that return ActiveMQDestination
 ActiveMQDestination Subscription.getDestination()
           
 

Uses of ActiveMQDestination in org.codehaus.activemq.service.impl
 

Methods in org.codehaus.activemq.service.impl that return ActiveMQDestination
 ActiveMQDestination SubscriptionImpl.getDestination()
           
 

Methods in org.codehaus.activemq.service.impl with parameters of type ActiveMQDestination
protected  boolean InitialImageMessageContainerManager.isValid(ActiveMQDestination destination)
          Does this message match the destinations on which initial image caching should be used
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.