public class DestinationFacade extends 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() |
String |
getJMSDestination() |
String |
getJMSDestinationType() |
protected String |
getPhysicalDestinationName() |
protected org.apache.activemq.broker.jmx.QueueViewMBean |
getQueueView() |
protected String |
getValidDestination() |
boolean |
isQueue() |
void |
removeDestination() |
void |
setJMSDestination(String destination) |
void |
setJMSDestinationType(String type) |
String |
toString() |
public DestinationFacade(BrokerFacade brokerFacade)
public org.apache.activemq.broker.jmx.BrokerViewMBean getBrokerAdmin() throws Exception
Exception
public BrokerFacade getBrokerFacade()
public boolean isQueue()
public String getJMSDestination()
public void setJMSDestination(String destination)
public String getJMSDestinationType()
public void setJMSDestinationType(String type)
protected org.apache.activemq.command.ActiveMQDestination createDestination()
protected String getValidDestination()
protected org.apache.activemq.broker.jmx.QueueViewMBean getQueueView() throws Exception
Exception
protected String getPhysicalDestinationName()
Copyright © 2011–2014 Red Hat. All rights reserved.