org.apache.activemq.web
Class BrokerFacade
java.lang.Object
org.apache.activemq.web.BrokerFacade
- Direct Known Subclasses:
- DestinationFacade
public class BrokerFacade
- extends java.lang.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 java.lang.Exception
- Throws:
java.lang.Exception
getManagementContext
public ManagementContext getManagementContext()
getBrokerAdmin
public BrokerViewMBean getBrokerAdmin()
throws java.lang.Exception
- Throws:
java.lang.Exception
getManagedBroker
public ManagedRegionBroker getManagedBroker()
throws java.lang.Exception
- Throws:
java.lang.Exception
getQueues
public java.util.Collection getQueues()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTopics
public java.util.Collection getTopics()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDurableTopicSubscribers
public java.util.Collection getDurableTopicSubscribers()
throws java.lang.Exception
- Throws:
java.lang.Exception
getManagedObjects
protected java.util.Collection getManagedObjects(javax.management.ObjectName[] names,
java.lang.Class type)
Copyright © 2010 Apache Software Foundation. All Rights Reserved.