Uses of Interface
org.apache.activemq.broker.jmx.BrokerViewMBean
-
Packages that use BrokerViewMBean Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.plugin 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 BrokerViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement BrokerViewMBean Modifier and Type Class Description class
BrokerView
-
Uses of BrokerViewMBean in org.apache.activemq.plugin
Fields in org.apache.activemq.plugin declared as BrokerViewMBean Modifier and Type Field Description protected BrokerViewMBean
StatisticsBroker. brokerView
-
Uses of BrokerViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return BrokerViewMBean Modifier and Type Method Description BrokerViewMBean
BrokerFacade. getBrokerAdmin()
Admin view of the broker.BrokerViewMBean
DestinationFacade. getBrokerAdmin()
BrokerViewMBean
LocalBrokerFacade. getBrokerAdmin()
BrokerViewMBean
RemoteJMXBrokerFacade. getBrokerAdmin()
-