Uses of Interface
org.apache.activemq.artemis.core.server.BrokerConnection
Packages that use BrokerConnection
Package
Description
-
Uses of BrokerConnection in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type BrokerConnectionModifierConstructorDescriptionBrokerConnectionControlImpl(BrokerConnection brokerConnection, StorageManager storageManager) -
Uses of BrokerConnection in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type BrokerConnectionMethods in org.apache.activemq.artemis.core.server with parameters of type BrokerConnectionModifier and TypeMethodDescriptionvoidActiveMQServer.registerBrokerConnection(BrokerConnection brokerConnection) voidActiveMQServer.unregisterBrokerConnection(BrokerConnection brokerConnection) Removes the given broker connection from the tracked set of active broker connection entries. -
Uses of BrokerConnection in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return BrokerConnectionModifier and TypeMethodDescriptionprotected BrokerConnectionActiveMQServerImpl.getBrokerConnection(String name) Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type BrokerConnectionMethods in org.apache.activemq.artemis.core.server.impl with parameters of type BrokerConnectionModifier and TypeMethodDescriptionvoidActiveMQServerImpl.registerBrokerConnection(BrokerConnection brokerConnection) voidActiveMQServerImpl.unregisterBrokerConnection(BrokerConnection brokerConnection) -
Uses of BrokerConnection in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type BrokerConnectionModifier and TypeMethodDescriptionvoidManagementService.registerBrokerConnection(BrokerConnection brokerConnection) -
Uses of BrokerConnection in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type BrokerConnectionModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerBrokerConnection(BrokerConnection brokerConnection)