org.apache.activemq.web
Class DestinationFacade

java.lang.Object
  extended by org.apache.activemq.web.DestinationFacade
Direct Known Subclasses:
DurableSubscriberFacade, QueueBrowseQuery, QueueConsumerQuery

public class DestinationFacade
extends java.lang.Object

Version:
$Revision: 915384 $

Constructor Summary
DestinationFacade(BrokerFacade brokerFacade)
           
 
Method Summary
 void addDestination()
           
protected  ActiveMQDestination createDestination()
           
 BrokerViewMBean getBrokerAdmin()
           
 BrokerFacade getBrokerFacade()
           
 java.lang.String getJMSDestination()
           
 java.lang.String getJMSDestinationType()
           
protected  java.lang.String getPhysicalDestinationName()
           
protected  QueueViewMBean getQueueView()
           
 java.lang.String[] getSupportedHttpMethods()
           
protected  java.lang.String getValidDestination()
           
 boolean isQueue()
           
protected  org.springframework.web.servlet.ModelAndView redirectToBrowseView()
           
protected  org.springframework.web.servlet.ModelAndView redirectToRequest(javax.servlet.http.HttpServletRequest request)
           
 void removeDestination()
           
 void setJMSDestination(java.lang.String destination)
           
 void setJMSDestinationType(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestinationFacade

public DestinationFacade(BrokerFacade brokerFacade)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

removeDestination

public void removeDestination()
                       throws java.lang.Exception
Throws:
java.lang.Exception

addDestination

public void addDestination()
                    throws java.lang.Exception
Throws:
java.lang.Exception

getBrokerAdmin

public BrokerViewMBean getBrokerAdmin()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getBrokerFacade

public BrokerFacade getBrokerFacade()

isQueue

public boolean isQueue()

getJMSDestination

public java.lang.String getJMSDestination()

setJMSDestination

public void setJMSDestination(java.lang.String destination)

getJMSDestinationType

public java.lang.String getJMSDestinationType()

setJMSDestinationType

public void setJMSDestinationType(java.lang.String type)

createDestination

protected ActiveMQDestination createDestination()

getValidDestination

protected java.lang.String getValidDestination()

getQueueView

protected QueueViewMBean getQueueView()
                               throws java.lang.Exception
Throws:
java.lang.Exception

redirectToRequest

protected org.springframework.web.servlet.ModelAndView redirectToRequest(javax.servlet.http.HttpServletRequest request)

redirectToBrowseView

protected org.springframework.web.servlet.ModelAndView redirectToBrowseView()

getPhysicalDestinationName

protected java.lang.String getPhysicalDestinationName()

getSupportedHttpMethods

public java.lang.String[] getSupportedHttpMethods()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.