org.apache.activemq.web.controller
Class DeleteSubscriber

java.lang.Object
  extended by org.apache.activemq.web.BrokerFacade
      extended by org.apache.activemq.web.DestinationFacade
          extended by org.apache.activemq.web.DurableSubscriberFacade
              extended by org.apache.activemq.web.controller.DeleteSubscriber
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class DeleteSubscriber
extends DurableSubscriberFacade
implements org.springframework.web.servlet.mvc.Controller

Version:
$Revision: 426366 $

Constructor Summary
DeleteSubscriber(BrokerService brokerService)
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.apache.activemq.web.DurableSubscriberFacade
getClientId, getSubscriberName, setClientId, setSubscriberName
 
Methods inherited from class org.apache.activemq.web.DestinationFacade
addDestination, createDestination, getJMSDestination, getJMSDestinationType, getValidDestination, isQueue, redirectToBrowseView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
 
Methods inherited from class org.apache.activemq.web.BrokerFacade
getBroker, getBrokerAdmin, getBrokerService, getDurableTopicSubscribers, getManagedBroker, getManagedObjects, getManagementContext, getQueues, getTopics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteSubscriber

public DeleteSubscriber(BrokerService brokerService)
Method Detail

handleRequest

public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
                                                                  javax.servlet.http.HttpServletResponse response)
                                                           throws java.lang.Exception
Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
Throws:
java.lang.Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.