Uses of Class
org.apache.activemq.command.ActiveMQDestination
-
Packages that use ActiveMQDestination Package Description 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 nodesorg.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.state org.apache.activemq.util -
-
Uses of ActiveMQDestination in org.apache.activemq
Methods in org.apache.activemq that return ActiveMQDestination Modifier and Type Method Description protected ActiveMQDestinationActiveMQMessageConsumer. getDestination()static ActiveMQDestinationActiveMQMessageTransformation. transformDestination(Destination destination)Creates a an available JMS message from another provider.Methods in org.apache.activemq with parameters of type ActiveMQDestination Modifier and Type Method Description voidActiveMQConnection. destroyDestination(ActiveMQDestination destination)booleanActiveMQConnection. isDeleted(ActiveMQDestination dest)protected voidActiveMQSession. send(ActiveMQMessageProducer producer, ActiveMQDestination destination, 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 Constructor Description ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, MessageListener messageListener)Create a MessageConsumerActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout)ActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync)Constructor for an ActiveMQQueueBrowser - used internallyActiveMQQueueReceiver(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 Modifier and Type Method Description ActiveMQDestinationDestinationEvent. getDestination()Constructors in org.apache.activemq.advisory with parameters of type ActiveMQDestination Constructor Description 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 Modifier and Type Method Description RedeliveryPolicyRedeliveryPolicyMap. getEntryFor(ActiveMQDestination destination) -
Uses of ActiveMQDestination in org.apache.activemq.command
Subclasses of ActiveMQDestination in org.apache.activemq.command Modifier and Type Class Description classActiveMQQueueclassActiveMQTempDestinationclassActiveMQTempQueueclassActiveMQTempTopicclassActiveMQTopicFields in org.apache.activemq.command declared as ActiveMQDestination Modifier and Type Field Description protected ActiveMQDestination[]ActiveMQDestination. compositeDestinationsprotected ActiveMQDestinationConsumerControl. destinationprotected ActiveMQDestinationConsumerInfo. destinationprotected ActiveMQDestinationDestinationInfo. destinationprotected ActiveMQDestinationMessage. destinationprotected ActiveMQDestinationMessageAck. destinationprotected ActiveMQDestinationMessageDispatch. destinationprotected ActiveMQDestinationMessageDispatchNotification. destinationprotected ActiveMQDestinationMessagePull. destinationprotected ActiveMQDestinationProducerInfo. destinationprotected ActiveMQDestinationSubscriptionInfo. destinationprotected ActiveMQDestinationMessage. originalDestinationprotected ActiveMQDestinationMessage. replyToprotected ActiveMQDestinationSubscriptionInfo. subscribedDestinationMethods in org.apache.activemq.command that return ActiveMQDestination Modifier and Type Method Description ActiveMQDestinationActiveMQDestination. createDestination(String name)static ActiveMQDestinationActiveMQDestination. createDestination(String name, byte defaultType)ActiveMQDestination[]ActiveMQDestination. getCompositeDestinations()ActiveMQDestinationConsumerControl. getDestination()ActiveMQDestinationConsumerInfo. getDestination()The destination that the consumer is interested in receiving messages from.ActiveMQDestinationDestinationInfo. getDestination()ActiveMQDestinationJournalQueueAck. getDestination()ActiveMQDestinationJournalTopicAck. getDestination()ActiveMQDestinationMessage. getDestination()ActiveMQDestinationMessageAck. getDestination()ActiveMQDestinationMessageDispatch. getDestination()ActiveMQDestinationMessageDispatchNotification. getDestination()ActiveMQDestinationMessagePull. getDestination()ActiveMQDestinationProducerInfo. getDestination()ActiveMQDestinationSubscriptionInfo. getDestination()This is the a resolved destination that the subscription is receiving messages from.ActiveMQDestinationMessage. getOriginalDestination()ActiveMQDestinationMessage. getReplyTo()ActiveMQDestinationSubscriptionInfo. getSubscribedDestination()The destination the client originally subscribed to..static ActiveMQDestinationActiveMQDestination. transform(Destination dest)ActiveMQDestinationDefaultUnresolvedDestinationTransformer. transform(String dest)ActiveMQDestinationDefaultUnresolvedDestinationTransformer. transform(Destination dest)ActiveMQDestinationUnresolvedDestinationTransformer. transform(String dest)ActiveMQDestinationUnresolvedDestinationTransformer. transform(Destination dest)Methods in org.apache.activemq.command with parameters of type ActiveMQDestination Modifier and Type Method Description voidConsumerInfo. clearAssignedGroupCount(ActiveMQDestination dest)static intActiveMQDestination. compare(ActiveMQDestination destination, ActiveMQDestination destination2)voidConsumerInfo. decrementAssignedGroupCount(ActiveMQDestination dest)longConsumerInfo. getAssignedGroupCount(ActiveMQDestination dest)voidConsumerInfo. incrementAssignedGroupCount(ActiveMQDestination dest)voidActiveMQDestination. setCompositeDestinations(ActiveMQDestination[] destinations)voidConsumerControl. setDestination(ActiveMQDestination destination)voidConsumerInfo. setDestination(ActiveMQDestination destination)voidDestinationInfo. setDestination(ActiveMQDestination destination)voidJournalQueueAck. setDestination(ActiveMQDestination destination)voidJournalTopicAck. setDestination(ActiveMQDestination destination)voidMessage. setDestination(ActiveMQDestination destination)voidMessageAck. setDestination(ActiveMQDestination destination)voidMessageDispatch. setDestination(ActiveMQDestination destination)voidMessageDispatchNotification. setDestination(ActiveMQDestination destination)voidMessagePull. setDestination(ActiveMQDestination destination)voidProducerInfo. setDestination(ActiveMQDestination destination)voidSubscriptionInfo. setDestination(ActiveMQDestination destination)voidMessage. setOriginalDestination(ActiveMQDestination destination)voidMessage. setReplyTo(ActiveMQDestination replyTo)voidSubscriptionInfo. setSubscribedDestination(ActiveMQDestination subscribedDestination)Constructors in org.apache.activemq.command with parameters of type ActiveMQDestination Constructor Description 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 Modifier and Type Class Description classAnyDestinationFields in org.apache.activemq.filter declared as ActiveMQDestination Modifier and Type Field Description protected ActiveMQDestinationDestinationMapEntry. destinationprotected ActiveMQDestinationMessageEvaluationContext. destinationMethods in org.apache.activemq.filter that return ActiveMQDestination Modifier and Type Method Description ActiveMQDestinationDestinationMapEntry. getDestination()ActiveMQDestinationMessageEvaluationContext. getDestination()Methods in org.apache.activemq.filter with parameters of type ActiveMQDestination Modifier and Type Method Description DestinationMapEntryDestinationMap. chooseValue(ActiveMQDestination destination)Returns the value which matches the given destination or null if there is no matching value.protected SetDestinationMap. findWildcardMatches(ActiveMQDestination key)protected SetDestinationMap. findWildcardMatches(ActiveMQDestination key, boolean deep)SetDestinationMap. get(ActiveMQDestination key)Looks up the value(s) matching the given Destination key.static String[]DestinationPath. getDestinationPaths(ActiveMQDestination destination)protected DestinationMapNodeDestinationMap. getRootNode(ActiveMQDestination key)Returns the root node for the given destination typebooleanCompositeDestinationFilter. matches(ActiveMQDestination destination)abstract booleanDestinationFilter. matches(ActiveMQDestination destination)booleanPrefixDestinationFilter. matches(ActiveMQDestination destination)booleanSimpleDestinationFilter. matches(ActiveMQDestination destination)booleanWildcardDestinationFilter. matches(ActiveMQDestination destination)static DestinationFilterDestinationFilter. parseFilter(ActiveMQDestination destination)voidDestinationMap. put(ActiveMQDestination key, Object value)voidDestinationMap. remove(ActiveMQDestination key, Object value)Removes the value from the associated destinationSetDestinationMap. removeAll(ActiveMQDestination key)voidDestinationMapEntry. setDestination(ActiveMQDestination destination)voidMessageEvaluationContext. setDestination(ActiveMQDestination destination)SetDestinationMap. unsynchronizedGet(ActiveMQDestination key)voidDestinationMap. unsynchronizedPut(ActiveMQDestination key, Object value)voidDestinationMap. unsynchronizedRemove(ActiveMQDestination key, Object value)Constructors in org.apache.activemq.filter with parameters of type ActiveMQDestination Constructor Description 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 Modifier and Type Method Description voidConnectionState. 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 Modifier and Type Method Description static List<ActiveMQDestination>StringToListOfActiveMQDestinationConverter. convertToActiveMQDestination(Object value)
-