public class ConnectionQuery extends Object
| Constructor and Description |
|---|
ConnectionQuery(BrokerFacade brokerFacade) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.activemq.broker.jmx.ConnectionViewMBean |
getConnection() |
String |
getConnectionID() |
Collection<org.apache.activemq.broker.jmx.SubscriptionViewMBean> |
getConsumers() |
void |
setConnectionID(String connectionID) |
public ConnectionQuery(BrokerFacade brokerFacade)
public void destroy()
public void setConnectionID(String connectionID)
public String getConnectionID()
public org.apache.activemq.broker.jmx.ConnectionViewMBean getConnection() throws Exception
Exceptionpublic Collection<org.apache.activemq.broker.jmx.SubscriptionViewMBean> getConsumers() throws Exception
ExceptionCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.