Uses of Class
org.apache.activemq.broker.view.BrokerDestinationView
-
Packages that use BrokerDestinationView Package Description org.apache.activemq.broker.view Broker Plugins for visualising the current system -
-
Uses of BrokerDestinationView in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return BrokerDestinationView Modifier and Type Method Description BrokerDestinationViewMessageBrokerView. getDestinationView(String destinationName)It will be assumed the destinationName is prepended with topic:// or queue:// - but will default to a QueueBrokerDestinationViewMessageBrokerView. getDestinationView(String destinationName, byte type)Get the BrokerDestinationView associated with destinationBrokerDestinationViewMessageBrokerView. getDestinationView(org.apache.activemq.command.ActiveMQDestination activeMQDestination)Get the BrokerDestinationView associated with destinationBrokerDestinationViewMessageBrokerView. getQueueDestinationView(String destinationName)Get the BrokerDestinationView associated with the queueBrokerDestinationViewMessageBrokerView. getTopicDestinationView(String destinationName)Get the BrokerDestinationView associated with the topic
-