public class DestinationFacade extends Object
Constructor and Description |
---|
DestinationFacade(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
void |
addDestination() |
protected org.apache.activemq.command.ActiveMQDestination |
createDestination() |
org.apache.activemq.broker.jmx.BrokerViewMBean |
getBrokerAdmin() |
BrokerFacade |
getBrokerFacade() |
String |
getJMSDestination() |
String |
getJMSDestinationType() |
protected String |
getPhysicalDestinationName() |
protected org.apache.activemq.broker.jmx.QueueViewMBean |
getQueueView() |
String[] |
getSupportedHttpMethods() |
protected String |
getValidDestination() |
boolean |
isQueue() |
protected org.springframework.web.servlet.ModelAndView |
redirectToBrowseView() |
protected org.springframework.web.servlet.ModelAndView |
redirectToDestinationView() |
protected org.springframework.web.servlet.ModelAndView |
redirectToRequest(HttpServletRequest request) |
void |
removeDestination() |
void |
setJMSDestination(String destination) |
void |
setJMSDestinationType(String type) |
String |
toString() |
public DestinationFacade(BrokerFacade brokerFacade)
public void removeDestination() throws Exception
Exception
public void addDestination() throws Exception
Exception
public org.apache.activemq.broker.jmx.BrokerViewMBean getBrokerAdmin() throws Exception
Exception
public BrokerFacade getBrokerFacade()
public boolean isQueue()
public String getJMSDestination()
public void setJMSDestination(String destination)
public String getJMSDestinationType()
public void setJMSDestinationType(String type)
protected org.apache.activemq.command.ActiveMQDestination createDestination()
protected String getValidDestination()
protected org.apache.activemq.broker.jmx.QueueViewMBean getQueueView() throws Exception
Exception
protected org.springframework.web.servlet.ModelAndView redirectToRequest(HttpServletRequest request)
protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
protected org.springframework.web.servlet.ModelAndView redirectToDestinationView()
protected String getPhysicalDestinationName()
public String[] getSupportedHttpMethods()
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.