Uses of Interface
org.apache.activemq.broker.jmx.DestinationViewMBean
-
Packages that use DestinationViewMBean 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 DestinationViewMBean in org.apache.activemq.broker.jmx
Subinterfaces of DestinationViewMBean in org.apache.activemq.broker.jmx Modifier and Type Interface Description interface
QueueViewMBean
interface
TopicViewMBean
Classes in org.apache.activemq.broker.jmx that implement DestinationViewMBean Modifier and Type Class Description class
DestinationView
class
QueueView
Provides a JMX Management view of a Queue.class
TopicView
-
Uses of DestinationViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return DestinationViewMBean Modifier and Type Method Description protected DestinationViewMBean
BrokerFacadeSupport. getDestinationByName(Collection<? extends DestinationViewMBean> collection, String name)
Method parameters in org.apache.activemq.web with type arguments of type DestinationViewMBean Modifier and Type Method Description protected DestinationViewMBean
BrokerFacadeSupport. getDestinationByName(Collection<? extends DestinationViewMBean> collection, String name)
-