Uses of Interface
org.apache.activemq.broker.region.DestinationInterceptor
-
Packages that use DestinationInterceptor Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.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.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of DestinationInterceptor in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return DestinationInterceptor Modifier and Type Method Description protected DestinationInterceptor[]BrokerService. createDefaultDestinationInterceptor()Create the default destination interceptorDestinationInterceptor[]BrokerService. getDestinationInterceptors()Methods in org.apache.activemq.broker with parameters of type DestinationInterceptor Modifier and Type Method Description protected BrokerBrokerService. createRegionBroker(DestinationInterceptor destinationInterceptor)voidBrokerService. setDestinationInterceptors(DestinationInterceptor[] destinationInterceptors)Sets the destination interceptors to use -
Uses of DestinationInterceptor in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type DestinationInterceptor Constructor Description ManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor) -
Uses of DestinationInterceptor in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement DestinationInterceptor Modifier and Type Class Description classCompositeDestinationInterceptorRepresents a Composite Pattern of aDestinationInterceptorMethods in org.apache.activemq.broker.region that return DestinationInterceptor Modifier and Type Method Description DestinationInterceptorRegionBroker. getDestinationInterceptor()DestinationInterceptor[]CompositeDestinationInterceptor. getInterceptors()Methods in org.apache.activemq.broker.region with parameters of type DestinationInterceptor Modifier and Type Method Description voidCompositeDestinationInterceptor. setInterceptors(DestinationInterceptor[] interceptors)Constructors in org.apache.activemq.broker.region with parameters of type DestinationInterceptor Constructor Description CompositeDestinationInterceptor(DestinationInterceptor[] interceptors)RegionBroker(BrokerService brokerService, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor) -
Uses of DestinationInterceptor in org.apache.activemq.broker.region.virtual
Subinterfaces of DestinationInterceptor in org.apache.activemq.broker.region.virtual Modifier and Type Interface Description interfaceVirtualDestinationRepresents some kind of virtual destination.Classes in org.apache.activemq.broker.region.virtual that implement DestinationInterceptor Modifier and Type Class Description classCompositeDestinationclassCompositeQueueRepresents a virtual queue which forwards to a number of other destinations.classCompositeTopicRepresents a virtual topic which forwards to a number of other destinations.classMirroredQueueCreates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to.classVirtualDestinationInterceptorImplements Virtual Topics.classVirtualTopicCreates Virtual Topics using a prefix and postfix. -
Uses of DestinationInterceptor in org.apache.activemq.security
Classes in org.apache.activemq.security that implement DestinationInterceptor Modifier and Type Class Description classAuthorizationDestinationInterceptorAdds AuthorizationDestinationFilter on intercept()
-