Uses of Interface
org.apache.activemq.web.BrokerFacade

Packages that use BrokerFacade
org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. 
 

Uses of BrokerFacade in org.apache.activemq.web
 

Classes in org.apache.activemq.web that implement BrokerFacade
 class BrokerFacadeSupport
          A useful base class for an implementation of BrokerFacade
 class LocalBrokerFacade
          An implementation of BrokerFacade which uses a local in JVM broker
 class RemoteJMXBrokerFacade
          A BrokerFacade which uses a JMX-Connection to communicate with a broker
 class SingletonBrokerFacade
          A facade for the broker in the same JVM and ClassLoader
 

Methods in org.apache.activemq.web that return BrokerFacade
 BrokerFacade DestinationFacade.getBrokerFacade()
           
 

Constructors in org.apache.activemq.web with parameters of type BrokerFacade
DestinationFacade(BrokerFacade brokerFacade)
           
DurableSubscriberFacade(BrokerFacade brokerFacade)
           
MessageQuery(BrokerFacade brokerFacade, SessionPool sessionPool)
           
QueueBrowseQuery(BrokerFacade brokerFacade, SessionPool sessionPool)
           
 



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.