org.apache.activemq.web
Class ConnectionQuery

java.lang.Object
  extended by org.apache.activemq.web.ConnectionQuery

public class ConnectionQuery
extends java.lang.Object

Query for a single connection.

Author:
ms

Constructor Summary
ConnectionQuery(BrokerFacade brokerFacade)
           
 
Method Summary
 void destroy()
           
 org.apache.activemq.broker.jmx.ConnectionViewMBean getConnection()
           
 java.lang.String getConnectionID()
           
 java.util.Collection<org.apache.activemq.broker.jmx.SubscriptionViewMBean> getConsumers()
           
 void setConnectionID(java.lang.String connectionID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionQuery

public ConnectionQuery(BrokerFacade brokerFacade)
Method Detail

destroy

public void destroy()

setConnectionID

public void setConnectionID(java.lang.String connectionID)

getConnectionID

public java.lang.String getConnectionID()

getConnection

public org.apache.activemq.broker.jmx.ConnectionViewMBean getConnection()
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getConsumers

public java.util.Collection<org.apache.activemq.broker.jmx.SubscriptionViewMBean> getConsumers()
                                                                                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2012 FuseSource. All Rights Reserved.