Uses of Class
org.apache.activemq.command.BrokerInfo
Packages that use BrokerInfo
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
The core Transport abstraction and support classes
TCP/IP based Transport implementation.
UDP based Transport implementation.
-
Uses of BrokerInfo in org.apache.activemq
Methods in org.apache.activemq that return BrokerInfoModifier and TypeMethodDescriptionActiveMQConnection.getBrokerInfo()Returns the broker information if it is available or null if it is not available yet. -
Uses of BrokerInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return BrokerInfoModifier and TypeMethodDescriptionBrokerInfo.copy()BaseEndpoint.getBrokerInfo()Returns the broker information for this endpoint, if the endpoint is a broker or nullEndpoint.getBrokerInfo()Returns the broker information for this endpoint, if the endpoint is a broker or nullBrokerInfo.getPeerBrokerInfos()Methods in org.apache.activemq.command with parameters of type BrokerInfoModifier and TypeMethodDescriptionvoidBaseEndpoint.setBrokerInfo(BrokerInfo brokerInfo) voidEndpoint.setBrokerInfo(BrokerInfo brokerInfo) voidBrokerInfo.setPeerBrokerInfos(BrokerInfo[] peerBrokerInfos) -
Uses of BrokerInfo in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type BrokerInfoModifier and TypeMethodDescriptionCommandVisitor.processBrokerInfo(BrokerInfo info) CommandVisitorAdapter.processBrokerInfo(BrokerInfo info) -
Uses of BrokerInfo in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type BrokerInfoModifier and TypeMethodDescriptionvoidTransportServer.setBrokerInfo(BrokerInfo brokerInfo) Associates a broker info with the transport server so that the transport can do discovery advertisements of the broker.voidTransportServerFilter.setBrokerInfo(BrokerInfo brokerInfo) -
Uses of BrokerInfo in org.apache.activemq.transport.tcp
Methods in org.apache.activemq.transport.tcp with parameters of type BrokerInfoModifier and TypeMethodDescriptionvoidTcpTransportServer.setBrokerInfo(BrokerInfo brokerInfo) Associates a broker info with the transport server so that the transport can do discovery advertisements of the broker. -
Uses of BrokerInfo in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp with parameters of type BrokerInfoModifier and TypeMethodDescriptionvoidUdpTransportServer.setBrokerInfo(BrokerInfo brokerInfo) Deprecated.