Uses of Class
org.apache.activemq.command.BrokerInfo

Packages that use BrokerInfo
org.apache.activemq The core JMS client API implementation classes. 
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.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
 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.command
 

Methods in org.apache.activemq.command that return BrokerInfo
 BrokerInfo BrokerInfo.copy()
           
 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 CommandVisitorAdapter.processBrokerInfo(BrokerInfo info)
           
 Response CommandVisitor.processBrokerInfo(BrokerInfo info)
           
 

Uses of BrokerInfo in org.apache.activemq.transport
 

Methods in org.apache.activemq.transport with parameters of type BrokerInfo
 void TransportServerFilter.setBrokerInfo(BrokerInfo 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.
 

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)
          Deprecated.  
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.