|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerInfo | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
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.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.state | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.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. |
Uses of BrokerInfo in org.apache.activemq |
---|
Methods in org.apache.activemq that return BrokerInfo | |
---|---|
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.broker |
---|
Fields in org.apache.activemq.broker declared as BrokerInfo | |
---|---|
protected BrokerInfo |
TransportConnection.brokerInfo
|
Methods in org.apache.activemq.broker that return BrokerInfo | |
---|---|
BrokerInfo |
Connector.getBrokerInfo()
|
BrokerInfo |
TransportConnector.getBrokerInfo()
|
BrokerInfo[] |
Broker.getPeerBrokerInfos()
Get the BrokerInfo's of any connected Brokers |
BrokerInfo[] |
MutableBrokerFilter.getPeerBrokerInfos()
|
BrokerInfo[] |
BrokerFilter.getPeerBrokerInfos()
|
BrokerInfo[] |
ErrorBroker.getPeerBrokerInfos()
|
BrokerInfo[] |
EmptyBroker.getPeerBrokerInfos()
|
Methods in org.apache.activemq.broker with parameters of type BrokerInfo | |
---|---|
void |
Broker.addBroker(Connection connection,
BrokerInfo info)
A remote Broker connects |
void |
MutableBrokerFilter.addBroker(Connection connection,
BrokerInfo info)
|
void |
BrokerFilter.addBroker(Connection connection,
BrokerInfo info)
|
void |
ErrorBroker.addBroker(Connection connection,
BrokerInfo info)
|
void |
EmptyBroker.addBroker(Connection connection,
BrokerInfo info)
|
void |
BrokerBroadcaster.addBroker(Connection connection,
BrokerInfo info)
|
Response |
TransportConnection.processBrokerInfo(BrokerInfo info)
|
void |
Broker.removeBroker(Connection connection,
BrokerInfo info)
Remove a BrokerInfo |
void |
MutableBrokerFilter.removeBroker(Connection connection,
BrokerInfo info)
|
void |
BrokerFilter.removeBroker(Connection connection,
BrokerInfo info)
|
void |
ErrorBroker.removeBroker(Connection connection,
BrokerInfo info)
|
void |
EmptyBroker.removeBroker(Connection connection,
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 | |
---|---|
BrokerInfo |
ConnectorView.getBrokerInfo()
|
Uses of BrokerInfo in org.apache.activemq.broker.region |
---|
Methods in org.apache.activemq.broker.region that return BrokerInfo | |
---|---|
BrokerInfo[] |
RegionBroker.getPeerBrokerInfos()
|
Methods in org.apache.activemq.broker.region with parameters of type BrokerInfo | |
---|---|
void |
RegionBroker.addBroker(Connection connection,
BrokerInfo info)
|
void |
RegionBroker.removeBroker(Connection connection,
BrokerInfo info)
|
Uses of BrokerInfo in org.apache.activemq.command |
---|
Methods in org.apache.activemq.command that return BrokerInfo | |
---|---|
BrokerInfo |
Endpoint.getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a broker or null |
BrokerInfo |
BaseEndpoint.getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a broker or null |
BrokerInfo[] |
BrokerInfo.getPeerBrokerInfos()
|
Methods in org.apache.activemq.command with parameters of type BrokerInfo | |
---|---|
void |
Endpoint.setBrokerInfo(BrokerInfo brokerInfo)
|
void |
BaseEndpoint.setBrokerInfo(BrokerInfo brokerInfo)
|
void |
BrokerInfo.setPeerBrokerInfos(BrokerInfo[] peerBrokerInfos)
|
Uses of BrokerInfo in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state with parameters of type BrokerInfo | |
---|---|
Response |
CommandVisitor.processBrokerInfo(BrokerInfo info)
|
Response |
ConnectionStateTracker.processBrokerInfo(BrokerInfo info)
|
Uses of BrokerInfo in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport with parameters of type BrokerInfo | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
UdpTransportServer.setBrokerInfo(BrokerInfo brokerInfo)
|
Uses of BrokerInfo in org.apache.activemq.transport.vm |
---|
Methods in org.apache.activemq.transport.vm with parameters of type BrokerInfo | |
---|---|
void |
VMTransportServer.setBrokerInfo(BrokerInfo brokerInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |