Interface VirtualDestination
- All Superinterfaces:
DestinationInterceptor
- All Known Implementing Classes:
CompositeDestination,CompositeQueue,CompositeTopic,VirtualTopic
Represents some kind of virtual destination.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.command.ActiveMQDestinationReturns mapped destination(s)org.apache.activemq.command.ActiveMQDestinationReturns the virtual destinationintercept(Destination destination) Creates a virtual destination from the physical destinationinterceptMappedDestination(Destination destination) Creates a mapped destinationMethods inherited from interface org.apache.activemq.broker.region.DestinationInterceptor
create, remove
-
Method Details
-
getVirtualDestination
org.apache.activemq.command.ActiveMQDestination getVirtualDestination()Returns the virtual destination -
intercept
Creates a virtual destination from the physical destination- Specified by:
interceptin interfaceDestinationInterceptor
-
getMappedDestinations
org.apache.activemq.command.ActiveMQDestination getMappedDestinations()Returns mapped destination(s) -
interceptMappedDestination
Creates a mapped destination
-