Class CompositeTopic
- java.lang.Object
- 
- org.apache.activemq.broker.region.virtual.CompositeDestination
- 
- org.apache.activemq.broker.region.virtual.CompositeTopic
 
 
- 
- All Implemented Interfaces:
- DestinationInterceptor,- VirtualDestination
 
 public class CompositeTopic extends CompositeDestination Represents a virtual topic which forwards to a number of other destinations.
- 
- 
Constructor SummaryConstructors Constructor Description CompositeTopic()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveMQDestinationgetVirtualDestination()Returns the virtual destinationDestinationinterceptMappedDestination(Destination destination)Creates a mapped destinationStringtoString()- 
Methods inherited from class org.apache.activemq.broker.region.virtual.CompositeDestinationcreate, equals, getForwardTo, getMappedDestinations, getName, hashCode, intercept, isConcurrentSend, isCopyMessage, isForwardOnly, isSendWhenNotMatched, remove, setConcurrentSend, setCopyMessage, setForwardOnly, setForwardTo, setName, setSendWhenNotMatched
 
- 
 
- 
- 
- 
Method Detail- 
getVirtualDestinationpublic ActiveMQDestination getVirtualDestination() Description copied from interface:VirtualDestinationReturns the virtual destination
 - 
interceptMappedDestinationpublic Destination interceptMappedDestination(Destination destination) Description copied from interface:VirtualDestinationCreates a mapped destination
 
- 
 
-