org.apache.activemq.web
Class BrokerFacade

java.lang.Object
  extended by org.apache.activemq.web.BrokerFacade
Direct Known Subclasses:
DestinationFacade

public class BrokerFacade
extends Object

Version:
$Revision: 426366 $

Constructor Summary
BrokerFacade(BrokerService brokerService)
           
 
Method Summary
 Broker getBroker()
           
 BrokerViewMBean getBrokerAdmin()
           
 BrokerService getBrokerService()
           
 Collection getDurableTopicSubscribers()
           
 ManagedRegionBroker getManagedBroker()
           
protected  Collection getManagedObjects(ObjectName[] names, Class type)
           
 ManagementContext getManagementContext()
           
 Collection getQueues()
           
 Collection getTopics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerFacade

public BrokerFacade(BrokerService brokerService)
Method Detail

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.