public interface  org.apache.activemq.broker.region.DestinationInterceptor extends java.lang.Object
{
public abstract org.apache.activemq.broker.region.Destination intercept(org.apache.activemq.broker.region.Destination);
public abstract void remove(org.apache.activemq.broker.region.Destination);
public abstract void create(org.apache.activemq.broker.Broker, org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ActiveMQDestination) throws java.lang.Exception;
}