org.apache.activemq.web
Class BrokerFacade

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

public class BrokerFacade
extends java.lang.Object

Version:
$Revision: 426366 $

Constructor Summary
BrokerFacade(BrokerService brokerService)
           
 
Method Summary
 Broker getBroker()
           
 BrokerViewMBean getBrokerAdmin()
           
 BrokerService getBrokerService()
           
 java.util.Collection getDurableTopicSubscribers()
           
 ManagedRegionBroker getManagedBroker()
           
protected  java.util.Collection getManagedObjects(javax.management.ObjectName[] names, java.lang.Class type)
           
 ManagementContext getManagementContext()
           
 java.util.Collection getQueues()
           
 java.util.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 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 © 2011 Apache Software Foundation. All Rights Reserved.