org.apache.activemq.broker.region
public class CompositeDestinationInterceptor extends java.lang.Object implements DestinationInterceptor
DestinationInterceptor
Constructor and Description |
---|
CompositeDestinationInterceptor(DestinationInterceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
void |
create(Broker broker,
ConnectionContext context,
ActiveMQDestination destination) |
Destination |
intercept(Destination destination) |
void |
remove(Destination destination) |
public CompositeDestinationInterceptor(DestinationInterceptor[] interceptors)
public Destination intercept(Destination destination)
intercept
in interface DestinationInterceptor
public void remove(Destination destination)
remove
in interface DestinationInterceptor
public void create(Broker broker, ConnectionContext context, ActiveMQDestination destination) throws java.lang.Exception
create
in interface DestinationInterceptor
java.lang.Exception
Copyright © 2005-2014. All Rights Reserved.