|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.CompositeDestinationInterceptor
public class CompositeDestinationInterceptor
Represents a Composite Pattern of a DestinationInterceptor
Constructor Summary | |
---|---|
CompositeDestinationInterceptor(DestinationInterceptor[] interceptors)
|
Method Summary | |
---|---|
void |
create(Broker broker,
ConnectionContext context,
ActiveMQDestination destination)
|
Destination |
intercept(Destination destination)
|
void |
remove(Destination destination)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeDestinationInterceptor(DestinationInterceptor[] interceptors)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |