Class DeleteJob
- java.lang.Object
-
- org.apache.activemq.web.DestinationFacade
-
- org.apache.activemq.web.controller.DeleteJob
-
- All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
public class DeleteJob extends DestinationFacade implements org.springframework.web.servlet.mvc.Controller
-
-
Constructor Summary
Constructors Constructor Description DeleteJob(BrokerFacade brokerFacade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJobId()
org.springframework.web.servlet.ModelAndView
handleRequest(HttpServletRequest request, HttpServletResponse response)
void
setJobId(String id)
-
Methods inherited from class org.apache.activemq.web.DestinationFacade
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
-
-
-
-
Constructor Detail
-
DeleteJob
public DeleteJob(BrokerFacade brokerFacade)
-
-
Method Detail
-
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception
- Specified by:
handleRequest
in interfaceorg.springframework.web.servlet.mvc.Controller
- Throws:
Exception
-
getJobId
public String getJobId()
-
setJobId
public void setJobId(String id)
-
-