Uses of Interface
org.apache.activemq.broker.region.Region

Packages that use Region
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.ft Helper classes for implementing fault tolerance 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.util Some utility Broker Plugins 
org.apache.activemq.broker.view Broker Plugins for visualising the current system 
org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
 

Uses of Region in org.apache.activemq.advisory
 

Classes in org.apache.activemq.advisory that implement Region
 class AdvisoryBroker
          This broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers.
 

Uses of Region in org.apache.activemq.broker
 

Subinterfaces of Region in org.apache.activemq.broker
 interface Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
 

Classes in org.apache.activemq.broker that implement Region
 class BrokerBroadcaster
          Used to add listeners for Broker actions
 class BrokerFilter
          Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.
 class BrokerPluginSupport
          A useful base class for implementing broker plugins.
 class CompositeDestinationBroker
          This broker filter handles composite destinations.
 class EmptyBroker
          Dumb implementation - used to be overriden by listeners
 class ErrorBroker
          Implementation of the broker where all it's methods throw an BrokerStoppedException.
 class InsertableMutableBrokerFilter
          Inserts itself into the BrokerStack
 class MutableBrokerFilter
          Like a BrokerFilter but it allows you to switch the getNext().broker.
 class TransactionBroker
          This broker filter handles the transaction related operations in the Broker interface.
 class UserIDBroker
          This broker filter will append the producer's user ID into the JMSXUserID header to allow folks to know reliably who the user was who produced a message.
 

Uses of Region in org.apache.activemq.broker.ft
 

Classes in org.apache.activemq.broker.ft that implement Region
 class MasterBroker
          The Message Broker which passes messages to a slave
 

Uses of Region in org.apache.activemq.broker.jmx
 

Classes in org.apache.activemq.broker.jmx that implement Region
 class ManagedQueueRegion
           
 class ManagedRegionBroker
           
 class ManagedTempQueueRegion
           
 class ManagedTempTopicRegion
           
 class ManagedTopicRegion
           
 

Methods in org.apache.activemq.broker.jmx that return Region
protected  Region ManagedRegionBroker.createQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region ManagedRegionBroker.createTempQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region ManagedRegionBroker.createTempTopicRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region ManagedRegionBroker.createTopicRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
 

Uses of Region in org.apache.activemq.broker.region
 

Classes in org.apache.activemq.broker.region that implement Region
 class AbstractRegion
           
 class QueueRegion
           
 class RegionBroker
          Routes Broker operations to the correct messaging regions for processing.
 class TempQueueRegion
           
 class TempTopicRegion
           
 class TopicRegion
           
 

Methods in org.apache.activemq.broker.region that return Region
protected  Region RegionBroker.createQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region RegionBroker.createTempQueueRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region RegionBroker.createTempTopicRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
protected  Region RegionBroker.createTopicRegion(UsageManager memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
           
 Region RegionBroker.getQueueRegion()
           
 Region RegionBroker.getTempQueueRegion()
           
 Region RegionBroker.getTempTopicRegion()
           
 Region RegionBroker.getTopicRegion()
           
 

Uses of Region in org.apache.activemq.broker.util
 

Classes in org.apache.activemq.broker.util that implement Region
 class LoggingBrokerPlugin
          A simple Broker interceptor which allows you to enable/disable logging.
 class MulticastTraceBrokerPlugin
          A Broker interceptor which allows you to trace all operations to a Multicast socket.
 class TimeStampingBrokerPlugin
          A Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.
 class UDPTraceBrokerPlugin
          A Broker interceptor which allows you to trace all operations to a UDP socket.
 

Uses of Region in org.apache.activemq.broker.view
 

Classes in org.apache.activemq.broker.view that implement Region
 class ConnectionDotFileInterceptor
           
 class DestinationDotFileInterceptor
           
 class DotFileInterceptorSupport
          Useful base class
 

Uses of Region in org.apache.activemq.security
 

Classes in org.apache.activemq.security that implement Region
 class AuthorizationBroker
          Verifies if a authenticated user can do an operation against the broker using an authorization map.
 class JaasAuthenticationBroker
          Logs a user in using JAAS.
 class JaasCertificateAuthenticationBroker
          A JAAS Authentication Broker that uses SSL Certificates.
 class SimpleAuthenticationBroker
          Handles authenticating a users against a simple user name/password map.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.