Uses of Interface
org.apache.activemq.broker.jmx.TopicViewMBean
-
Packages that use TopicViewMBean Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of TopicViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement TopicViewMBean Modifier and Type Class Description class
TopicView
-
Uses of TopicViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return TopicViewMBean Modifier and Type Method Description TopicViewMBean
BrokerFacade. getTopic(String name)
Get the view of the topic with the specified name.TopicViewMBean
BrokerFacadeSupport. getTopic(String name)
Methods in org.apache.activemq.web that return types with arguments of type TopicViewMBean Modifier and Type Method Description Collection<TopicViewMBean>
BrokerFacade. getTopics()
All topics known to the broker.Collection<TopicViewMBean>
BrokerFacadeSupport. getTopics()
-