Uses of Interface
org.apache.activemq.broker.jmx.ConnectionViewMBean

Packages that use ConnectionViewMBean
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 we browser or JavaScript clients. 
 

Uses of ConnectionViewMBean in org.apache.activemq.broker.jmx
 

Classes in org.apache.activemq.broker.jmx that implement ConnectionViewMBean
 class ConnectionView
           
 

Uses of ConnectionViewMBean in org.apache.activemq.web
 

Methods in org.apache.activemq.web that return ConnectionViewMBean
 ConnectionViewMBean ConnectionQuery.getConnection()
           
 ConnectionViewMBean BrokerFacade.getConnection(String connectionName)
          A specific connection to the broker.
 ConnectionViewMBean BrokerFacadeSupport.getConnection(String connectionName)
           
 

Methods in org.apache.activemq.web that return types with arguments of type ConnectionViewMBean
 Collection<ConnectionViewMBean> BrokerFacade.getConnections()
          All connections to all transport connectors of the broker.
 Collection<ConnectionViewMBean> BrokerFacadeSupport.getConnections()
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.