Uses of Class
org.apache.activemq.artemis.dto.ServerDTO
-
Packages that use ServerDTO Package Description org.apache.activemq.artemis.cli.factory org.apache.activemq.artemis.dto The JAXB POJOs for the XML configuration of ActiveMQ Artemis brokerorg.apache.activemq.artemis.integration -
-
Uses of ServerDTO in org.apache.activemq.artemis.cli.factory
Methods in org.apache.activemq.artemis.cli.factory with parameters of type ServerDTO Modifier and Type Method Description static BrokerBrokerFactory. createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback)BrokerBrokerHandler. createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback)BrokerFileBrokerHandler. createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) -
Uses of ServerDTO in org.apache.activemq.artemis.dto
Fields in org.apache.activemq.artemis.dto declared as ServerDTO Modifier and Type Field Description ServerDTOBrokerDTO. server -
Uses of ServerDTO in org.apache.activemq.artemis.integration
Constructors in org.apache.activemq.artemis.integration with parameters of type ServerDTO Constructor Description FileBroker(ServerDTO broker, ActiveMQSecurityManager security, ActivateCallback activateCallback)
-