Uses of Class
org.apache.activemq.artemis.dto.BrokerDTO
-
Packages that use BrokerDTO Package Description org.apache.activemq.artemis.cli.commands org.apache.activemq.artemis.cli.factory org.apache.activemq.artemis.cli.factory.xml -
-
Uses of BrokerDTO in org.apache.activemq.artemis.cli.commands
Methods in org.apache.activemq.artemis.cli.commands that return BrokerDTO Modifier and Type Method Description protected BrokerDTOConfigurable. getBrokerDTO() -
Uses of BrokerDTO in org.apache.activemq.artemis.cli.factory
Methods in org.apache.activemq.artemis.cli.factory that return BrokerDTO Modifier and Type Method Description BrokerDTOBrokerFactoryHandler. createBroker(URI brokerURI, String artemisHome, String artemisInstance, URI artemisURIInstance)static BrokerDTOBrokerFactory. createBrokerConfiguration(String configuration, String artemisHome, String artemisInstance, URI artemisURIInstance) -
Uses of BrokerDTO in org.apache.activemq.artemis.cli.factory.xml
Methods in org.apache.activemq.artemis.cli.factory.xml that return BrokerDTO Modifier and Type Method Description BrokerDTOXmlBrokerFactoryHandler. createBroker(URI brokerURI, String artemisHome, String artemisInstance, URI artemisURIInstance)
-