Uses of Interface
org.apache.activemq.artemis.core.server.BrokerConnection
-
Packages that use BrokerConnection Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
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 BrokerConnection Modifier and Type Method Description Collection<BrokerConnection>ActiveMQServer. getBrokerConnections()Methods in org.apache.activemq.artemis.core.server with parameters of type BrokerConnection Modifier and Type Method Description voidActiveMQServer. registerBrokerConnection(BrokerConnection brokerConnection) -
Uses of BrokerConnection in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return BrokerConnection Modifier and Type Method Description protected BrokerConnectionActiveMQServerImpl. getBrokerConnection(String name)Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type BrokerConnection Modifier and Type Method Description Collection<BrokerConnection>ActiveMQServerImpl. getBrokerConnections()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type BrokerConnection Modifier and Type Method Description voidActiveMQServerImpl. registerBrokerConnection(BrokerConnection brokerConnection)
-