org.apache.activemq.web
Class DestinationFacade
java.lang.Object
org.apache.activemq.web.DestinationFacade
- Direct Known Subclasses:
- CopyMessage, CreateDestination, DeleteDestination, DeleteMessage, DurableSubscriberFacade, MoveMessage, PurgeDestination, QueueBrowseQuery, QueueConsumerQuery, SendMessage
public class DestinationFacade
- extends Object
- Version:
- $Revision: 915387 $
DestinationFacade
public DestinationFacade(BrokerFacade brokerFacade)
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 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 ActiveMQDestination createDestination()
getValidDestination
protected String getValidDestination()
getQueueView
protected QueueViewMBean getQueueView()
throws Exception
- Throws:
Exception
redirectToRequest
protected org.springframework.web.servlet.ModelAndView redirectToRequest(HttpServletRequest request)
redirectToBrowseView
protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()
getPhysicalDestinationName
protected String getPhysicalDestinationName()
getSupportedHttpMethods
public String[] getSupportedHttpMethods()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.