public class DestinationFacade
extends java.lang.Object
Constructor and Description |
---|
DestinationFacade(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
void |
addDestination() |
protected ActiveMQDestination |
createDestination() |
BrokerViewMBean |
getBrokerAdmin() |
BrokerFacade |
getBrokerFacade() |
java.lang.String |
getJMSDestination() |
java.lang.String |
getJMSDestinationType() |
protected java.lang.String |
getPhysicalDestinationName() |
protected QueueViewMBean |
getQueueView() |
java.lang.String[] |
getSupportedHttpMethods() |
protected java.lang.String |
getValidDestination() |
boolean |
isQueue() |
protected org.springframework.web.servlet.ModelAndView |
redirectToBrowseView() |
protected org.springframework.web.servlet.ModelAndView |
redirectToRequest(javax.servlet.http.HttpServletRequest request) |
void |
removeDestination() |
void |
setJMSDestination(java.lang.String destination) |
void |
setJMSDestinationType(java.lang.String type) |
java.lang.String |
toString() |
public DestinationFacade(BrokerFacade brokerFacade)
public java.lang.String toString()
toString
in class java.lang.Object
public void removeDestination() throws java.lang.Exception
java.lang.Exception
public void addDestination() throws java.lang.Exception
java.lang.Exception
public BrokerViewMBean getBrokerAdmin() throws java.lang.Exception
java.lang.Exception
public BrokerFacade getBrokerFacade()
public boolean isQueue()
public java.lang.String getJMSDestination()
public void setJMSDestination(java.lang.String destination)
public java.lang.String getJMSDestinationType()
public void setJMSDestinationType(java.lang.String type)
protected ActiveMQDestination createDestination()
protected java.lang.String getValidDestination()
protected QueueViewMBean getQueueView() throws java.lang.Exception
java.lang.Exception
protected org.springframework.web.servlet.ModelAndView redirectToRequest(javax.servlet.http.HttpServletRequest request)
protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
protected java.lang.String getPhysicalDestinationName()
public java.lang.String[] getSupportedHttpMethods()
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.