Uses of Interface
org.fusesource.fabric.activemq.facade.TopicViewFacade

Uses of TopicViewFacade in org.fusesource.fabric.activemq.facade
 

Methods in org.fusesource.fabric.activemq.facade that return TopicViewFacade
 TopicViewFacade BrokerFacadeSupport.getTopic(java.lang.String name)
           
 TopicViewFacade JmxTemplateBrokerFacade.getTopic(java.lang.String name)
           
 TopicViewFacade BrokerFacade.getTopic(java.lang.String name)
          Get the view of the topic with the specified name.
 

Methods in org.fusesource.fabric.activemq.facade that return types with arguments of type TopicViewFacade
 java.util.Collection<TopicViewFacade> BrokerFacadeSupport.getTopics()
           
 java.util.Collection<TopicViewFacade> JmxTemplateBrokerFacade.getTopics()
           
 java.util.Collection<TopicViewFacade> BrokerFacade.getTopics()
          All topics known to the broker.
 



Copyright © 2013 Red Hat. All Rights Reserved.