Uses of Class
org.apache.activemq.command.BrokerInfo
-
Packages that use BrokerInfo Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of BrokerInfo in org.apache.activemq
Methods in org.apache.activemq that return BrokerInfo Modifier and Type Method Description BrokerInfoActiveMQConnection. 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 BrokerInfo Modifier and Type Method Description BrokerInfoBrokerInfo. copy()BrokerInfoBaseEndpoint. getBrokerInfo()Returns the broker information for this endpoint, if the endpoint is a broker or nullBrokerInfoEndpoint. getBrokerInfo()Returns the broker information for this endpoint, if the endpoint is a broker or nullBrokerInfo[]BrokerInfo. getPeerBrokerInfos()Methods in org.apache.activemq.command with parameters of type BrokerInfo Modifier and Type Method Description voidBaseEndpoint. 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 BrokerInfo Modifier and Type Method Description ResponseCommandVisitor. processBrokerInfo(BrokerInfo info)ResponseCommandVisitorAdapter. processBrokerInfo(BrokerInfo info) -
Uses of BrokerInfo in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type BrokerInfo Modifier and Type Method Description voidTransportServer. 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 BrokerInfo Modifier and Type Method Description voidTcpTransportServer. 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 BrokerInfo Modifier and Type Method Description voidUdpTransportServer. setBrokerInfo(BrokerInfo brokerInfo)Deprecated.
-