public class DestinationFacade extends Object
| Constructor and Description |
|---|
DestinationFacade(BrokerFacade brokerFacade) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDestination() |
protected ActiveMQDestination |
createDestination() |
BrokerViewMBean |
getBrokerAdmin() |
BrokerFacade |
getBrokerFacade() |
String |
getJMSDestination() |
String |
getJMSDestinationType() |
protected String |
getPhysicalDestinationName() |
protected 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
Exceptionpublic void addDestination() throws Exception
Exceptionpublic BrokerViewMBean getBrokerAdmin() throws Exception
Exceptionpublic BrokerFacade getBrokerFacade()
public boolean isQueue()
public String getJMSDestination()
public void setJMSDestination(String destination)
public String getJMSDestinationType()
public void setJMSDestinationType(String type)
protected ActiveMQDestination createDestination()
protected String getValidDestination()
protected QueueViewMBean getQueueView() throws Exception
Exceptionprotected 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–2015 FuseSource, Corp.. All rights reserved.