org.apache.activemq.web
Class BrokerFacade
java.lang.Object
org.apache.activemq.web.BrokerFacade
- Direct Known Subclasses:
- DestinationFacade
public class BrokerFacade
- extends Object
- Version:
- $Revision: 426366 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerFacade
public BrokerFacade(BrokerService brokerService)
getBrokerService
public BrokerService getBrokerService()
getBroker
public Broker getBroker()
throws Exception
- Throws:
Exception
getManagementContext
public ManagementContext getManagementContext()
getBrokerAdmin
public BrokerViewMBean getBrokerAdmin()
throws Exception
- Throws:
Exception
getManagedBroker
public ManagedRegionBroker getManagedBroker()
throws Exception
- Throws:
Exception
getQueues
public Collection getQueues()
throws Exception
- Throws:
Exception
getTopics
public Collection getTopics()
throws Exception
- Throws:
Exception
getDurableTopicSubscribers
public Collection getDurableTopicSubscribers()
throws Exception
- Throws:
Exception
getManagedObjects
protected Collection getManagedObjects(ObjectName[] names,
Class type)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.