org.apache.activemq.web
Class DestinationFacade
java.lang.Object
org.apache.activemq.web.BrokerFacade
org.apache.activemq.web.DestinationFacade
- Direct Known Subclasses:
- CreateDestination, DeleteDestination, DurableSubscriberFacade, QueueBrowseQuery, SendMessage
public class DestinationFacade
- extends BrokerFacade
- Version:
- $Revision: 426366 $
DestinationFacade
public DestinationFacade(BrokerService brokerService)
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
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 ActiveMQDestination createDestination()
getValidDestination
protected String getValidDestination()
redirectToRequest
protected org.springframework.web.servlet.ModelAndView redirectToRequest(javax.servlet.http.HttpServletRequest request)
redirectToBrowseView
protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.