org.apache.activemq.web
Class LocalBrokerFacade
java.lang.Object
org.apache.activemq.web.BrokerFacadeSupport
org.apache.activemq.web.LocalBrokerFacade
- All Implemented Interfaces:
- BrokerFacade
- Direct Known Subclasses:
- SingletonBrokerFacade
public class LocalBrokerFacade
- extends BrokerFacadeSupport
An implementation of BrokerFacade which uses a local in JVM broker
- Version:
- $Revision: 569067 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalBrokerFacade
public LocalBrokerFacade(BrokerService brokerService)
getBrokerService
public BrokerService getBrokerService()
getBroker
public Broker getBroker()
throws Exception
- Throws:
Exception
getManagementContext
public ManagementContext getManagementContext()
- Specified by:
getManagementContext in class BrokerFacadeSupport
getBrokerAdmin
public BrokerViewMBean getBrokerAdmin()
throws Exception
- Throws:
Exception
getManagedBroker
public ManagedRegionBroker getManagedBroker()
throws Exception
- Throws:
Exception
purgeQueue
public void purgeQueue(ActiveMQDestination destination)
throws Exception
- Description copied from interface:
BrokerFacade
- Purges the given destination
- Throws:
Exception
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.