Uses of Class
org.apache.activemq.command.ActiveMQDestination

Packages that use ActiveMQDestination
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker.region.policy   
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.filter Filter implementations for wildcards & JMS selectors 
org.apache.activemq.state   
org.apache.activemq.util   
 

Uses of ActiveMQDestination in org.apache.activemq
 

Methods in org.apache.activemq that return ActiveMQDestination
protected  ActiveMQDestination ActiveMQMessageConsumer.getDestination()
           
static ActiveMQDestination ActiveMQMessageTransformation.transformDestination(javax.jms.Destination destination)
          Creates a an available JMS message from another provider.
 

Methods in org.apache.activemq with parameters of type ActiveMQDestination
 void ActiveMQConnection.destroyDestination(ActiveMQDestination destination)
           
 boolean ActiveMQConnection.isDeleted(ActiveMQDestination dest)
           
protected  void ActiveMQSession.send(ActiveMQMessageProducer producer, ActiveMQDestination destination, javax.jms.Message message, int deliveryMode, int priority, long timeToLive, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete)
          Sends the message for dispatch by the broker.
 

Constructors in org.apache.activemq with parameters of type ActiveMQDestination
ActiveMQInputStream(ActiveMQConnection connection, ConsumerId consumerId, ActiveMQDestination dest, String selector, boolean noLocal, String name, int prefetch, long timeout)
           
ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, javax.jms.MessageListener messageListener)
          Create a MessageConsumer
ActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout)
           
ActiveMQOutputStream(ActiveMQConnection connection, ProducerId producerId, ActiveMQDestination destination, Map<String,Object> properties, int deliveryMode, int priority, long timeToLive)
           
ActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync)
          Constructor for an ActiveMQQueueBrowser - used internally
ActiveMQQueueReceiver(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination destination, String selector, int prefetch, int maximumPendingMessageCount, boolean asyncDispatch)
           
ActiveMQQueueSender(ActiveMQSession session, ActiveMQDestination destination, int sendTimeout)
           
ActiveMQTopicPublisher(ActiveMQSession session, ActiveMQDestination destination, int sendTimeout)
           
ActiveMQTopicSubscriber(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocalValue, boolean browserValue, boolean asyncDispatch)
           
 

Uses of ActiveMQDestination in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory that return ActiveMQDestination
 ActiveMQDestination DestinationEvent.getDestination()
           
 

Methods in org.apache.activemq.advisory with parameters of type ActiveMQDestination
static ActiveMQTopic[] AdvisorySupport.getAllDestinationAdvisoryTopics(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredMessageTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getFastProducerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getFullAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageConsumedAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDeliveredAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDiscardedAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDLQdAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getProducerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getSlowConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isConnectionAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isFastProducerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isFullAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isMasterBrokerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isMessageConsumedAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isMessageDeliveredAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isMessageDiscardedAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isNetworkBridgeAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isProducerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isSlowConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean AdvisorySupport.isTempDestinationAdvisoryTopic(ActiveMQDestination destination)
           
 

Constructors in org.apache.activemq.advisory with parameters of type ActiveMQDestination
ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count)
           
ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)
           
ProducerStartedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerInfo consumerInfo, int count)
           
ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count)
           
 

Uses of ActiveMQDestination in org.apache.activemq.broker.region.policy
 

Methods in org.apache.activemq.broker.region.policy with parameters of type ActiveMQDestination
 RedeliveryPolicy RedeliveryPolicyMap.getEntryFor(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.apache.activemq.command
 

Subclasses of ActiveMQDestination in org.apache.activemq.command
 class ActiveMQQueue
           
 class ActiveMQTempDestination
           
 class ActiveMQTempQueue
           
 class ActiveMQTempTopic
           
 class ActiveMQTopic
           
 

Fields in org.apache.activemq.command declared as ActiveMQDestination
protected  ActiveMQDestination[] ActiveMQDestination.compositeDestinations
           
protected  ActiveMQDestination SubscriptionInfo.destination
           
protected  ActiveMQDestination ProducerInfo.destination
           
protected  ActiveMQDestination MessagePull.destination
           
protected  ActiveMQDestination MessageDispatchNotification.destination
           
protected  ActiveMQDestination MessageDispatch.destination
           
protected  ActiveMQDestination MessageAck.destination
           
protected  ActiveMQDestination Message.destination
           
protected  ActiveMQDestination DestinationInfo.destination
           
protected  ActiveMQDestination ConsumerInfo.destination
           
protected  ActiveMQDestination ConsumerControl.destination
           
protected  ActiveMQDestination Message.originalDestination
           
protected  ActiveMQDestination Message.replyTo
           
protected  ActiveMQDestination SubscriptionInfo.subscribedDestination
           
 

Methods in org.apache.activemq.command that return ActiveMQDestination
 ActiveMQDestination ActiveMQDestination.createDestination(String name)
           
static ActiveMQDestination ActiveMQDestination.createDestination(String name, byte defaultType)
           
 ActiveMQDestination[] ActiveMQDestination.getCompositeDestinations()
           
 ActiveMQDestination SubscriptionInfo.getDestination()
          This is the a resolved destination that the subscription is receiving messages from.
 ActiveMQDestination ProducerInfo.getDestination()
           
 ActiveMQDestination MessagePull.getDestination()
           
 ActiveMQDestination MessageDispatchNotification.getDestination()
           
 ActiveMQDestination MessageDispatch.getDestination()
           
 ActiveMQDestination MessageAck.getDestination()
           
 ActiveMQDestination Message.getDestination()
           
 ActiveMQDestination JournalTopicAck.getDestination()
           
 ActiveMQDestination JournalQueueAck.getDestination()
           
 ActiveMQDestination DestinationInfo.getDestination()
           
 ActiveMQDestination ConsumerInfo.getDestination()
          The destination that the consumer is interested in receiving messages from.
 ActiveMQDestination ConsumerControl.getDestination()
           
 ActiveMQDestination Message.getOriginalDestination()
           
 ActiveMQDestination Message.getReplyTo()
           
 ActiveMQDestination SubscriptionInfo.getSubscribedDestination()
          The destination the client originally subscribed to..
 ActiveMQDestination UnresolvedDestinationTransformer.transform(javax.jms.Destination dest)
           
 ActiveMQDestination DefaultUnresolvedDestinationTransformer.transform(javax.jms.Destination dest)
           
static ActiveMQDestination ActiveMQDestination.transform(javax.jms.Destination dest)
           
 ActiveMQDestination UnresolvedDestinationTransformer.transform(String dest)
           
 ActiveMQDestination DefaultUnresolvedDestinationTransformer.transform(String dest)
           
 

Methods in org.apache.activemq.command with parameters of type ActiveMQDestination
static int ActiveMQDestination.compare(ActiveMQDestination destination, ActiveMQDestination destination2)
           
 void ActiveMQDestination.setCompositeDestinations(ActiveMQDestination[] destinations)
           
 void SubscriptionInfo.setDestination(ActiveMQDestination destination)
           
 void ProducerInfo.setDestination(ActiveMQDestination destination)
           
 void MessagePull.setDestination(ActiveMQDestination destination)
           
 void MessageDispatchNotification.setDestination(ActiveMQDestination destination)
           
 void MessageDispatch.setDestination(ActiveMQDestination destination)
           
 void MessageAck.setDestination(ActiveMQDestination destination)
           
 void Message.setDestination(ActiveMQDestination destination)
           
 void JournalTopicAck.setDestination(ActiveMQDestination destination)
           
 void JournalQueueAck.setDestination(ActiveMQDestination destination)
           
 void DestinationInfo.setDestination(ActiveMQDestination destination)
           
 void ConsumerInfo.setDestination(ActiveMQDestination destination)
           
 void ConsumerControl.setDestination(ActiveMQDestination destination)
           
 void Message.setOriginalDestination(ActiveMQDestination destination)
           
 void Message.setReplyTo(ActiveMQDestination replyTo)
           
 void SubscriptionInfo.setSubscribedDestination(ActiveMQDestination subscribedDestination)
           
 

Constructors in org.apache.activemq.command with parameters of type ActiveMQDestination
ActiveMQDestination(ActiveMQDestination[] composites)
           
DestinationInfo(ConnectionId connectionId, byte operationType, ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.apache.activemq.filter
 

Subclasses of ActiveMQDestination in org.apache.activemq.filter
 class AnyDestination
           
 

Fields in org.apache.activemq.filter declared as ActiveMQDestination
protected  ActiveMQDestination MessageEvaluationContext.destination
           
protected  ActiveMQDestination DestinationMapEntry.destination
           
 

Methods in org.apache.activemq.filter that return ActiveMQDestination
 ActiveMQDestination MessageEvaluationContext.getDestination()
           
 ActiveMQDestination DestinationMapEntry.getDestination()
           
 

Methods in org.apache.activemq.filter with parameters of type ActiveMQDestination
 Object DestinationMap.chooseValue(ActiveMQDestination destination)
          Returns the value which matches the given destination or null if there is no matching value.
protected  Set DestinationMap.findWildcardMatches(ActiveMQDestination key)
           
 Set DestinationMap.get(ActiveMQDestination key)
          Looks up the value(s) matching the given Destination key.
static String[] DestinationPath.getDestinationPaths(ActiveMQDestination destination)
           
protected  DestinationMapNode DestinationMap.getRootNode(ActiveMQDestination key)
          Returns the root node for the given destination type
 boolean WildcardDestinationFilter.matches(ActiveMQDestination destination)
           
 boolean SimpleDestinationFilter.matches(ActiveMQDestination destination)
           
 boolean PrefixDestinationFilter.matches(ActiveMQDestination destination)
           
abstract  boolean DestinationFilter.matches(ActiveMQDestination destination)
           
 boolean CompositeDestinationFilter.matches(ActiveMQDestination destination)
           
static DestinationFilter DestinationFilter.parseFilter(ActiveMQDestination destination)
           
 void DestinationMap.put(ActiveMQDestination key, Object value)
           
 void DestinationMap.remove(ActiveMQDestination key, Object value)
          Removes the value from the associated destination
 Set DestinationMap.removeAll(ActiveMQDestination key)
           
 void MessageEvaluationContext.setDestination(ActiveMQDestination destination)
           
 void DestinationMapEntry.setDestination(ActiveMQDestination destination)
           
 

Constructors in org.apache.activemq.filter with parameters of type ActiveMQDestination
AnyDestination(ActiveMQDestination[] destinations)
           
CompositeDestinationFilter(ActiveMQDestination destination)
           
SimpleDestinationFilter(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.apache.activemq.state
 

Methods in org.apache.activemq.state with parameters of type ActiveMQDestination
 void ConnectionState.removeTempDestination(ActiveMQDestination destination)
           
 

Uses of ActiveMQDestination in org.apache.activemq.util
 

Methods in org.apache.activemq.util that return types with arguments of type ActiveMQDestination
static List<ActiveMQDestination> StringToListOfActiveMQDestinationConverter.convertToActiveMQDestination(Object value)
           
 



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