Interface DestinationInterceptor
-
- All Known Subinterfaces:
VirtualDestination
- All Known Implementing Classes:
AuthorizationDestinationInterceptor,CompositeDestination,CompositeDestinationInterceptor,CompositeQueue,CompositeTopic,MirroredQueue,VirtualDestinationInterceptor,VirtualTopic
public interface DestinationInterceptorRepresents an interceptor on destination instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(Broker broker, ConnectionContext context, ActiveMQDestination destination)Destinationintercept(Destination destination)voidremove(Destination destination)
-
-
-
Method Detail
-
intercept
Destination intercept(Destination destination)
-
remove
void remove(Destination destination)
-
create
void create(Broker broker, ConnectionContext context, ActiveMQDestination destination) throws Exception
- Throws:
Exception
-
-