org.fusesource.fabric.activemq.facade
Class ConnectionQuery
java.lang.Object
org.fusesource.fabric.activemq.facade.ConnectionQuery
public class ConnectionQuery
- extends java.lang.Object
Query for a single connection.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionQuery
public ConnectionQuery(BrokerFacade brokerFacade)
destroy
public void destroy()
setConnectionID
public void setConnectionID(java.lang.String connectionID)
getConnectionID
public java.lang.String getConnectionID()
getConnection
public ConnectionViewFacade getConnection()
throws java.lang.Exception
- Throws:
java.lang.Exception
getConsumers
public java.util.Collection<SubscriptionViewFacade> getConsumers()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2013 Red Hat. All Rights Reserved.