Package org.apache.activemq.web
Class DestinationFacade
- java.lang.Object
-
- org.apache.activemq.web.DestinationFacade
-
- Direct Known Subclasses:
CopyMessage
,CreateDestination
,DeleteDestination
,DeleteJob
,DeleteMessage
,DurableSubscriberFacade
,MoveMessage
,PauseDestination
,PurgeDestination
,QueueBrowseQuery
,QueueConsumerQuery
,QueueProducerQuery
,ResumeDestination
,RetryMessage
,SendMessage
,TopicProducerQuery
,TopicSubscriberQuery
public class DestinationFacade extends Object
-
-
Constructor Summary
Constructors Constructor Description DestinationFacade(BrokerFacade brokerFacade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
DestinationFacade
public DestinationFacade(BrokerFacade brokerFacade)
-
-
Method Detail
-
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()
-
redirectToDestinationView
protected org.springframework.web.servlet.ModelAndView redirectToDestinationView()
-
getPhysicalDestinationName
protected String getPhysicalDestinationName()
-
getSupportedHttpMethods
public String[] getSupportedHttpMethods()
-
-