Uses of Class
org.activemq.message.ActiveMQDestination

Packages that use ActiveMQDestination
org.activemq The core JMS client implementation classes 
org.activemq.advisories Helper classes for listening to advisory messages. 
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.filter Filter implementations for wildcards & JMS selectors 
org.activemq.io.impl   
org.activemq.message Message implementations 
org.activemq.security.jassjacc   
org.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager 
org.activemq.service.boundedvm   
org.activemq.service.impl Default implementations of the services 
org.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
 

Uses of ActiveMQDestination in org.activemq
 

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

Methods in org.activemq that return ActiveMQDestination
protected  ActiveMQDestination ActiveMQMessageConsumer.getDestination()
           
 

Methods in org.activemq with parameters of type ActiveMQDestination
 void ActiveMQConnection.destroyDestination(ActiveMQDestination destination)
          Tells the broker to destroy a destination.
 void ActiveMQSession.removeTemporaryDestination(ActiveMQDestination destination)
          remove a temporary destination
protected  void ActiveMQConnection.startTemporaryDestination(ActiveMQDestination dest)
           
protected  void ActiveMQConnection.stopAdvisoryForTempDestination(ActiveMQDestination d)
           
protected  void ActiveMQConnection.stopTemporaryDestination(ActiveMQDestination dest)
           
protected  void ActiveMQConnection.validateDestination(ActiveMQDestination dest)
           
 

Constructors in org.activemq with parameters of type ActiveMQDestination
ActiveMQMessageConsumer(ActiveMQSession theSession, ActiveMQDestination dest, String name, String selector, int cnum, int prefetch, boolean noLocalValue, boolean browserValue)
          Create a MessageConsumer
ActiveMQMessageProducer(ActiveMQSession theSession, ActiveMQDestination destination)
           
ActiveMQQueueReceiver(ActiveMQSession theSession, ActiveMQDestination dest, String selector, int cnum, int prefetch)
           
ActiveMQQueueSender(ActiveMQSession session, ActiveMQDestination destination)
           
ActiveMQTopicPublisher(ActiveMQSession session, ActiveMQDestination destination)
           
ActiveMQTopicSubscriber(ActiveMQSession theSession, ActiveMQDestination dest, String name, String selector, int cnum, int prefetch, boolean noLocalValue, boolean browserValue)
           
 

Uses of ActiveMQDestination in org.activemq.advisories
 

Methods in org.activemq.advisories that return ActiveMQDestination
 ActiveMQDestination TempDestinationAdvisoryEvent.getDestination()
           
 

Methods in org.activemq.advisories with parameters of type ActiveMQDestination
 void TempDestinationAdvisoryEvent.setDestination(ActiveMQDestination destination)
           
 

Constructors in org.activemq.advisories with parameters of type ActiveMQDestination
TempDestinationAdvisoryEvent(ActiveMQDestination dest, boolean started)
          Default Constructor
 

Uses of ActiveMQDestination in org.activemq.broker
 

Methods in org.activemq.broker with parameters of type ActiveMQDestination
 void BrokerAdmin.createMessageContainer(ActiveMQDestination dest)
           
 void BrokerAdmin.destoryMessageContainer(ActiveMQDestination dest)
           
 MessageContainerAdmin BrokerAdmin.getMessageContainerAdmin(ActiveMQDestination dest)
           
 

Uses of ActiveMQDestination in org.activemq.broker.impl
 

Methods in org.activemq.broker.impl with parameters of type ActiveMQDestination
 void DefaultBroker.createMessageContainer(ActiveMQDestination dest)
           
 void DefaultBroker.destoryMessageContainer(ActiveMQDestination dest)
           
 MessageContainerAdmin DefaultBroker.getMessageContainerAdmin(ActiveMQDestination dest)
           
 

Uses of ActiveMQDestination in org.activemq.filter
 

Methods in org.activemq.filter with parameters of type ActiveMQDestination
protected  Set DestinationMap.findWildcardMatches(ActiveMQDestination key)
           
 Set DestinationMap.get(ActiveMQDestination key)
          Looks up the value(s) matching the given Destination key.
 void DestinationMap.put(ActiveMQDestination key, Object value)
          add destination to the map
 void DestinationMap.remove(ActiveMQDestination key, Object value)
          Removes the value from the associated destination
 void DestinationMap.removeAll(ActiveMQDestination key)
          remove all destinations associated with a key
 

Constructors in org.activemq.filter with parameters of type ActiveMQDestination
CompositeDestinationFilter(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.activemq.io.impl
 

Methods in org.activemq.io.impl that return ActiveMQDestination
protected  ActiveMQDestination AbstractPacketMarshaller.readDestination(DataInput dataIn)
          Reads a destination from the input stream
 

Methods in org.activemq.io.impl with parameters of type ActiveMQDestination
protected  void AbstractPacketMarshaller.writeDestination(ActiveMQDestination destination, DataOutput dataOut)
          Writes the given destination to the stream
 

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.
 

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

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

Uses of ActiveMQDestination in org.activemq.security.jassjacc
 

Methods in org.activemq.security.jassjacc that return ActiveMQDestination
 ActiveMQDestination DestinationSecurityConfig.getDestination()
           
 

Methods in org.activemq.security.jassjacc with parameters of type ActiveMQDestination
 void DestinationSecurityConfig.setDestination(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.activemq.service
 

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

Methods in org.activemq.service with parameters of type ActiveMQDestination
 void MessageContainerManager.createMessageContainer(ActiveMQDestination dest)
          Creates a destination.
 void MessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
          Destroys a destination.
 String DeadLetterPolicy.getDeadLetterNameFromDestination(ActiveMQDestination destination)
          Get the name of the DLQ from the destination provided
 Set SubscriptionContainer.getSubscriptions(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.activemq.service.boundedvm
 

Methods in org.activemq.service.boundedvm that return ActiveMQDestination
 ActiveMQDestination TransientSubscription.getDestination()
           
 ActiveMQDestination TransientQueueBoundedMessageContainer.getDestination()
           
 ActiveMQDestination DurableQueueBoundedMessageContainer.getDestination()
           
 ActiveMQDestination DurableSubscription.getDestination()
           
 

Methods in org.activemq.service.boundedvm with parameters of type ActiveMQDestination
 void TransientQueueBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
           
 void DurableQueueBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
           
 void TransientTopicBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
           
 void TransientQueueBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
           
 void DurableQueueBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
           
 void TransientTopicBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
           
 boolean TransientTopicBoundedMessageContainer.hasConsumerFor(ActiveMQDestination destination)
           
protected  boolean TransientTopicBoundedMessageManager.hasConsumerFor(ActiveMQDestination destination)
           
 

Constructors in org.activemq.service.boundedvm with parameters of type ActiveMQDestination
DurableMessagePointer(MessageStore messageStore, ActiveMQDestination destination, ActiveMQMessage message)
           
DurableQueueBoundedMessageContainer(MessageStore messageStore, Executor threadPool, MemoryBoundedQueueManager queueManager, ActiveMQDestination destination, RedeliveryPolicy redeliveryPolicy, DeadLetterPolicy deadLetterPolicy)
          Construct this beast
TransientQueueBoundedMessageContainer(Executor threadPool, MemoryBoundedQueueManager queueManager, ActiveMQDestination destination, RedeliveryPolicy redeliveryPolicy, DeadLetterPolicy deadLetterPolicy)
          Construct this beast
 

Uses of ActiveMQDestination in org.activemq.service.impl
 

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

Methods in org.activemq.service.impl with parameters of type ActiveMQDestination
 void DurableQueueMessageContainerManager.createMessageContainer(ActiveMQDestination dest)
           
 void MessageContainerManagerSupport.createMessageContainer(ActiveMQDestination dest)
           
 void DurableTopicMessageContainerManager.createMessageContainer(ActiveMQDestination dest)
           
 void ProxyMessageContainerManager.createMessageContainer(ActiveMQDestination destination)
           
 void DurableQueueMessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
           
 void MessageContainerManagerSupport.destroyMessageContainer(ActiveMQDestination dest)
           
 void DurableTopicMessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
           
 void ProxyMessageContainerManager.destroyMessageContainer(ActiveMQDestination destination)
           
 Set SubscriptionContainerImpl.getSubscriptions(ActiveMQDestination destination)
           
 boolean DurableTopicMessageContainerManager.isConsumerActiveOnDestination(ActiveMQDestination dest)
           
protected  boolean InitialImageMessageContainerManager.isValid(ActiveMQDestination destination)
          Does this message match the destinations on which initial image caching should be used
 

Uses of ActiveMQDestination in org.activemq.transport.jabber
 

Methods in org.activemq.transport.jabber that return ActiveMQDestination
protected  ActiveMQDestination JabberWireFormat.createDestination(String typeName, String text)
           
 

Uses of ActiveMQDestination in org.activemq.transport.stomp
 

Methods in org.activemq.transport.stomp with parameters of type ActiveMQDestination
 org.activemq.transport.stomp.Subscription StompWireFormat.getSubscriptionFor(ActiveMQDestination destination)
           
 



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