Class DestinationFacade

java.lang.Object
org.apache.activemq.web.DestinationFacade
Direct Known Subclasses:
DurableSubscriberFacade, QueueBrowseQuery, QueueConsumerQuery, QueueProducerQuery, TopicProducerQuery, TopicSubscriberQuery

public class DestinationFacade extends Object
  • Constructor Details

    • DestinationFacade

      public DestinationFacade(BrokerFacade brokerFacade)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • removeDestination

      public void removeDestination() throws Exception
      Throws:
      Exception
    • addDestination

      public void addDestination() throws Exception
      Throws:
      Exception
    • getBrokerAdmin

      public org.apache.activemq.broker.jmx.BrokerViewMBean getBrokerAdmin() throws Exception
      Throws:
      Exception
    • getBrokerFacade

      public BrokerFacade getBrokerFacade()
    • isQueue

      public boolean isQueue()
    • getJMSDestination

      public String getJMSDestination()
    • setJMSDestination

      public void setJMSDestination(String destination)
    • getJMSDestinationType

      public String getJMSDestinationType()
    • setJMSDestinationType

      public void setJMSDestinationType(String type)
    • createDestination

      protected org.apache.activemq.command.ActiveMQDestination createDestination()
    • getValidDestination

      protected String getValidDestination()
    • getQueueView

      protected org.apache.activemq.broker.jmx.QueueViewMBean getQueueView() throws Exception
      Throws:
      Exception
    • redirectToRequest

      protected org.springframework.web.servlet.ModelAndView redirectToRequest(jakarta.servlet.http.HttpServletRequest request)
    • redirectToBrowseView

      protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
    • redirectToDestinationView

      protected org.springframework.web.servlet.ModelAndView redirectToDestinationView()
    • getPhysicalDestinationName

      protected String getPhysicalDestinationName()
    • getSupportedHttpMethods

      public String[] getSupportedHttpMethods()