Uses of Class
org.apache.activemq.artemis.dto.ServerDTO
Packages that use ServerDTO
Package
Description
The JAXB POJOs for the XML configuration of ActiveMQ Artemis broker
-
Uses of ServerDTO in org.apache.activemq.artemis.cli.factory
Methods in org.apache.activemq.artemis.cli.factory with parameters of type ServerDTOModifier and TypeMethodDescriptionstatic BrokerBrokerFactory.createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) BrokerHandler.createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, ActivateCallback activateCallback) FileBrokerHandler.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 -
Uses of ServerDTO in org.apache.activemq.artemis.integration
Constructors in org.apache.activemq.artemis.integration with parameters of type ServerDTOModifierConstructorDescriptionFileBroker(ServerDTO broker, ActiveMQSecurityManager security, ActivateCallback activateCallback)