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 Broker
BrokerService. createRegionBroker(DestinationInterceptor destinationInterceptor)
void
BrokerService. 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 class
CompositeDestinationInterceptor
Represents a Composite Pattern of aDestinationInterceptor
Methods in org.apache.activemq.broker.region that return DestinationInterceptor Modifier and Type Method Description DestinationInterceptor
RegionBroker. getDestinationInterceptor()
DestinationInterceptor[]
CompositeDestinationInterceptor. getInterceptors()
Methods in org.apache.activemq.broker.region with parameters of type DestinationInterceptor Modifier and Type Method Description void
CompositeDestinationInterceptor. 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 interface
VirtualDestination
Represents some kind of virtual destination.Classes in org.apache.activemq.broker.region.virtual that implement DestinationInterceptor Modifier and Type Class Description class
CompositeDestination
class
CompositeQueue
Represents a virtual queue which forwards to a number of other destinations.class
CompositeTopic
Represents a virtual topic which forwards to a number of other destinations.class
MirroredQueue
Creates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to.class
VirtualDestinationInterceptor
Implements Virtual Topics.class
VirtualTopic
Creates 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 class
AuthorizationDestinationInterceptor
Adds AuthorizationDestinationFilter on intercept()
-