Package org.apache.activemq.web
Class SingletonBrokerFacade
- java.lang.Object
-
- org.apache.activemq.web.BrokerFacadeSupport
-
- org.apache.activemq.web.LocalBrokerFacade
-
- org.apache.activemq.web.SingletonBrokerFacade
-
- All Implemented Interfaces:
BrokerFacade
public class SingletonBrokerFacade extends LocalBrokerFacade
A facade for the broker in the same JVM and ClassLoader
-
-
Constructor Summary
Constructors Constructor Description SingletonBrokerFacade()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static BrokerService
findSingletonBroker()
-
Methods inherited from class org.apache.activemq.web.LocalBrokerFacade
getBroker, getBrokerAdmin, getBrokerName, getBrokerService, getManagedBroker, getManagementContext, newProxyInstance, purgeQueue, queryNames
-
Methods inherited from class org.apache.activemq.web.BrokerFacadeSupport
getConnection, getConnections, getConnections, getConnector, getConnectors, getConsumersOnConnection, getDestinationByName, getDurableTopicSubscribers, getInactiveDurableTopicSubscribers, getJobScheduler, getManagedObjects, getNetworkBridges, getNetworkConnectors, getNonDurableTopicSubscribers, getQueue, getQueueConsumers, getQueueProducers, getQueues, getScheduledJobs, getTopic, getTopicProducers, getTopics, getTopicSubscribers, isJobSchedulerStarted
-
-
-
-
Method Detail
-
findSingletonBroker
protected static BrokerService findSingletonBroker()
-
-