|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.broker.region.DestinationFilter
org.apache.activemq.broker.region.virtual.CompositeDestinationInterceptor
public class CompositeDestinationInterceptor
Represents a composite Destination where send()s are replicated to
each Destination instance.
| Constructor Summary | |
|---|---|
CompositeDestinationInterceptor(Destination next,
java.util.Collection forwardDestinations,
boolean forwardOnly,
boolean copyMessage)
|
|
| Method Summary | |
|---|---|
void |
send(ConnectionContext context,
Message message)
|
| Methods inherited from class org.apache.activemq.broker.region.DestinationFilter |
|---|
acknowledge, addSubscription, browse, dispose, gc, getActiveMQDestination, getDeadLetterStrategy, getDestinationStatistics, getName, getUsageManager, lock, removeSubscription, send, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeDestinationInterceptor(Destination next,
java.util.Collection forwardDestinations,
boolean forwardOnly,
boolean copyMessage)
| Method Detail |
|---|
public void send(ConnectionContext context,
Message message)
throws java.lang.Exception
send in interface Destinationsend in class DestinationFilterjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||