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.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.state org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws -
-
Uses of BrokerInfo in org.apache.activemq
Methods in org.apache.activemq that return BrokerInfo Modifier and Type Method Description BrokerInfo
ActiveMQConnection. getBrokerInfo()
Returns the broker information if it is available or null if it is not available yet. -
Uses of BrokerInfo in org.apache.activemq.advisory
Fields in org.apache.activemq.advisory with type parameters of type BrokerInfo Modifier and Type Field Description protected ConcurrentMap<BrokerInfo,ActiveMQMessage>
AdvisoryBroker. networkBridges
Methods in org.apache.activemq.advisory with parameters of type BrokerInfo Modifier and Type Method Description void
AdvisoryBroker. networkBridgeStarted(BrokerInfo brokerInfo, boolean createdByDuplex, String remoteIp)
void
AdvisoryBroker. networkBridgeStopped(BrokerInfo brokerInfo)
-
Uses of BrokerInfo in org.apache.activemq.broker
Fields in org.apache.activemq.broker declared as BrokerInfo Modifier and Type Field Description protected BrokerInfo
TransportConnection. brokerInfo
Methods in org.apache.activemq.broker that return BrokerInfo Modifier and Type Method Description BrokerInfo
Connector. getBrokerInfo()
BrokerInfo
TransportConnector. getBrokerInfo()
BrokerInfo[]
Broker. getPeerBrokerInfos()
Get the BrokerInfo's of any connected BrokersBrokerInfo[]
BrokerFilter. getPeerBrokerInfos()
BrokerInfo[]
EmptyBroker. getPeerBrokerInfos()
BrokerInfo[]
ErrorBroker. getPeerBrokerInfos()
Methods in org.apache.activemq.broker with parameters of type BrokerInfo Modifier and Type Method Description void
Broker. addBroker(Connection connection, BrokerInfo info)
A remote Broker connectsvoid
BrokerBroadcaster. addBroker(Connection connection, BrokerInfo info)
void
BrokerFilter. addBroker(Connection connection, BrokerInfo info)
void
EmptyBroker. addBroker(Connection connection, BrokerInfo info)
void
ErrorBroker. addBroker(Connection connection, BrokerInfo info)
void
TransportConnector. addPeerBroker(BrokerInfo info)
void
Broker. networkBridgeStarted(BrokerInfo brokerInfo, boolean createdByDuplex, String remoteIp)
void
BrokerFilter. networkBridgeStarted(BrokerInfo brokerInfo, boolean createdByDuplex, String remoteIp)
void
EmptyBroker. networkBridgeStarted(BrokerInfo brokerInfo, boolean createdByDuplex, String remoteIp)
void
ErrorBroker. networkBridgeStarted(BrokerInfo brokerInfo, boolean createdByDuplex, String remoteIp)
void
Broker. networkBridgeStopped(BrokerInfo brokerInfo)
void
BrokerFilter. networkBridgeStopped(BrokerInfo brokerInfo)
void
EmptyBroker. networkBridgeStopped(BrokerInfo brokerInfo)
void
ErrorBroker. networkBridgeStopped(BrokerInfo brokerInfo)
Response
TransportConnection. processBrokerInfo(BrokerInfo info)
void
Broker. removeBroker(Connection connection, BrokerInfo info)
Remove a BrokerInfovoid
BrokerFilter. removeBroker(Connection connection, BrokerInfo info)
void
EmptyBroker. removeBroker(Connection connection, BrokerInfo info)
void
ErrorBroker. removeBroker(Connection connection, BrokerInfo info)
void
TransportConnector. removePeerBroker(BrokerInfo info)
void
TransportConnector. setBrokerInfo(BrokerInfo brokerInfo)
-
Uses of BrokerInfo in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx that return BrokerInfo Modifier and Type Method Description BrokerInfo
ConnectorView. getBrokerInfo()
-
Uses of BrokerInfo in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return BrokerInfo Modifier and Type Method Description BrokerInfo[]
RegionBroker. getPeerBrokerInfos()
Methods in org.apache.activemq.broker.region with parameters of type BrokerInfo Modifier and Type Method Description void
RegionBroker. addBroker(Connection connection, BrokerInfo info)
protected void
RegionBroker. addBrokerInClusterUpdate(BrokerInfo info)
void
RegionBroker. removeBroker(Connection connection, BrokerInfo info)
protected void
RegionBroker. removeBrokerInClusterUpdate(BrokerInfo info)
-
Uses of BrokerInfo in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util that return BrokerInfo Modifier and Type Method Description BrokerInfo[]
LoggingBrokerPlugin. getPeerBrokerInfos()
Methods in org.apache.activemq.broker.util with parameters of type BrokerInfo Modifier and Type Method Description void
LoggingBrokerPlugin. addBroker(Connection connection, BrokerInfo info)
void
LoggingBrokerPlugin. removeBroker(Connection connection, BrokerInfo info)
-
Uses of BrokerInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return BrokerInfo Modifier and Type Method Description BrokerInfo
BrokerInfo. copy()
BrokerInfo
BaseEndpoint. getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a broker or nullBrokerInfo
Endpoint. 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 void
BaseEndpoint. setBrokerInfo(BrokerInfo brokerInfo)
void
Endpoint. setBrokerInfo(BrokerInfo brokerInfo)
void
BrokerInfo. setPeerBrokerInfos(BrokerInfo[] peerBrokerInfos)
-
Uses of BrokerInfo in org.apache.activemq.network
Methods in org.apache.activemq.network with parameters of type BrokerInfo Modifier and Type Method Description void
DemandForwardingBridgeSupport. duplexStart(TransportConnection connection, BrokerInfo localBrokerInfo, BrokerInfo remoteBrokerInfo)
-
Uses of BrokerInfo in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type BrokerInfo Modifier and Type Method Description Response
CommandVisitor. processBrokerInfo(BrokerInfo info)
Response
CommandVisitorAdapter. 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 void
TransportServer. setBrokerInfo(BrokerInfo brokerInfo)
Associates a broker info with the transport server so that the transport can do discovery advertisements of the broker.void
TransportServerFilter. setBrokerInfo(BrokerInfo brokerInfo)
-
Uses of BrokerInfo in org.apache.activemq.transport.http
Methods in org.apache.activemq.transport.http with parameters of type BrokerInfo Modifier and Type Method Description void
HttpTransportServer. 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 void
TcpTransportServer. 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 void
UdpTransportServer. setBrokerInfo(BrokerInfo brokerInfo)
Deprecated. -
Uses of BrokerInfo in org.apache.activemq.transport.vm
Methods in org.apache.activemq.transport.vm with parameters of type BrokerInfo Modifier and Type Method Description void
VMTransportServer. setBrokerInfo(BrokerInfo brokerInfo)
-
Uses of BrokerInfo in org.apache.activemq.transport.ws
Methods in org.apache.activemq.transport.ws with parameters of type BrokerInfo Modifier and Type Method Description void
WSTransportServer. setBrokerInfo(BrokerInfo brokerInfo)
-