public interface  org.apache.activemq.broker.region.virtual.VirtualDestination extends java.lang.Object implements org.apache.activemq.broker.region.DestinationInterceptor
{
public abstract org.apache.activemq.command.ActiveMQDestination getVirtualDestination();
public abstract org.apache.activemq.broker.region.Destination intercept(org.apache.activemq.broker.region.Destination);
public abstract org.apache.activemq.command.ActiveMQDestination getMappedDestinations();
public abstract org.apache.activemq.broker.region.Destination interceptMappedDestination(org.apache.activemq.broker.region.Destination);
}