public class DestinationFacade
extends java.lang.Object
Constructor and Description |
---|
DestinationFacade(BrokerFacade brokerFacade) |
Modifier and Type | Method and Description |
---|---|
void |
addDestination() |
protected org.apache.activemq.command.ActiveMQDestination |
createDestination() |
org.apache.activemq.broker.jmx.BrokerViewMBean |
getBrokerAdmin() |
BrokerFacade |
getBrokerFacade() |
java.lang.String |
getJMSDestination() |
java.lang.String |
getJMSDestinationType() |
protected java.lang.String |
getPhysicalDestinationName() |
protected org.apache.activemq.broker.jmx.QueueViewMBean |
getQueueView() |
protected java.lang.String |
getValidDestination() |
boolean |
isQueue() |
void |
removeDestination() |
void |
setJMSDestination(java.lang.String destination) |
void |
setJMSDestinationType(java.lang.String type) |
java.lang.String |
toString() |
public DestinationFacade(BrokerFacade brokerFacade)
public java.lang.String toString()
toString
in class java.lang.Object
public void removeDestination() throws java.lang.Exception
java.lang.Exception
public void addDestination() throws java.lang.Exception
java.lang.Exception
public org.apache.activemq.broker.jmx.BrokerViewMBean getBrokerAdmin() throws java.lang.Exception
java.lang.Exception
public BrokerFacade getBrokerFacade()
public boolean isQueue()
public java.lang.String getJMSDestination()
public void setJMSDestination(java.lang.String destination)
public java.lang.String getJMSDestinationType()
public void setJMSDestinationType(java.lang.String type)
protected org.apache.activemq.command.ActiveMQDestination createDestination()
protected java.lang.String getValidDestination()
protected org.apache.activemq.broker.jmx.QueueViewMBean getQueueView() throws java.lang.Exception
java.lang.Exception
protected java.lang.String getPhysicalDestinationName()
Copyright © 2017 Red Hat. All Rights Reserved.