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

Packages that use BrokerId
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.util Some utility Broker Plugins 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.network Support for federated networks of brokers. 
 

Uses of BrokerId in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker that return BrokerId
 BrokerId Broker.getBrokerId()
          Get the id of the broker
 BrokerId EmptyBroker.getBrokerId()
           
 BrokerId MutableBrokerFilter.getBrokerId()
           
 BrokerId BrokerFilter.getBrokerId()
           
 BrokerId ErrorBroker.getBrokerId()
           
 

Uses of BrokerId in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return BrokerId
 BrokerId RegionBroker.getBrokerId()
           
 

Methods in org.apache.activemq.broker.region with parameters of type BrokerId
 void RegionBroker.setBrokerId(BrokerId brokerId)
           
 

Uses of BrokerId in org.apache.activemq.broker.util
 

Fields in org.apache.activemq.broker.util declared as BrokerId
protected  BrokerId UDPTraceBrokerPlugin.brokerId
           
 

Uses of BrokerId in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as BrokerId
protected  BrokerId[] ProducerInfo.brokerPath
           
protected  BrokerId[] ConnectionInfo.brokerPath
           
protected  BrokerId[] DestinationInfo.brokerPath
           
protected  BrokerId[] ConsumerInfo.brokerPath
           
 

Methods in org.apache.activemq.command that return BrokerId
 BrokerId Endpoint.getBrokerId()
          Returns the broker ID for this endpoint, if the endpoint is a broker or null
 BrokerId BrokerInfo.getBrokerId()
           
 BrokerId BaseEndpoint.getBrokerId()
          Returns the broker ID for this endpoint, if the endpoint is a broker or null
 BrokerId[] Message.getBrokerPath()
          The route of brokers the command has moved through.
 BrokerId[] ProducerInfo.getBrokerPath()
          The route of brokers the command has moved through.
 BrokerId[] ConnectionInfo.getBrokerPath()
          The route of brokers the command has moved through.
 BrokerId[] DestinationInfo.getBrokerPath()
          The route of brokers the command has moved through.
 BrokerId[] ConsumerInfo.getBrokerPath()
          The route of brokers the command has moved through.
 BrokerId[] Message.getCluster()
          If a message is stored in multiple nodes on a cluster, all the cluster members will be listed here.
 BrokerId NetworkBridgeFilter.getNetworkBrokerId()
           
 

Methods in org.apache.activemq.command with parameters of type BrokerId
static boolean NetworkBridgeFilter.contains(BrokerId[] brokerPath, BrokerId brokerId)
           
static boolean NetworkBridgeFilter.contains(BrokerId[] brokerPath, BrokerId brokerId)
           
 void BrokerInfo.setBrokerId(BrokerId brokerId)
           
 void Message.setBrokerPath(BrokerId[] brokerPath)
           
 void ProducerInfo.setBrokerPath(BrokerId[] brokerPath)
           
 void ConnectionInfo.setBrokerPath(BrokerId[] brokerPath)
           
 void DestinationInfo.setBrokerPath(BrokerId[] brokerPath)
           
 void ConsumerInfo.setBrokerPath(BrokerId[] brokerPath)
           
 void Message.setCluster(BrokerId[] cluster)
           
 void NetworkBridgeFilter.setNetworkBrokerId(BrokerId remoteBrokerPath)
           
 

Constructors in org.apache.activemq.command with parameters of type BrokerId
NetworkBridgeFilter(BrokerId remoteBrokerPath, int networkTTL)
           
 

Uses of BrokerId in org.apache.activemq.network
 

Fields in org.apache.activemq.network declared as BrokerId
protected  BrokerId DemandForwardingBridgeSupport.localBrokerId
           
protected  BrokerId[] DemandForwardingBridgeSupport.localBrokerPath
           
protected  BrokerId DemandForwardingBridge.remoteBrokerId
           
protected  BrokerId[] DemandForwardingBridge.remoteBrokerPath
           
protected  BrokerId[] CompositeDemandForwardingBridge.remoteBrokerPath
           
 

Methods in org.apache.activemq.network that return BrokerId
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId idToAppend)
           
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId[] pathsToAppend)
           
protected  BrokerId CompositeDemandForwardingBridge.getFromBrokerId(Command command)
          Returns the broker ID that the command came from
protected abstract  BrokerId[] DemandForwardingBridgeSupport.getRemoteBrokerPath()
           
protected  BrokerId[] DemandForwardingBridge.getRemoteBrokerPath()
           
protected  BrokerId[] CompositeDemandForwardingBridge.getRemoteBrokerPath()
           
 

Methods in org.apache.activemq.network with parameters of type BrokerId
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId idToAppend)
           
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId idToAppend)
           
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId[] pathsToAppend)
           
protected  BrokerId[] DemandForwardingBridgeSupport.appendToBrokerPath(BrokerId[] brokerPath, BrokerId[] pathsToAppend)
           
protected  boolean ConduitBridge.checkPaths(BrokerId[] first, BrokerId[] second)
           
protected  boolean ConduitBridge.checkPaths(BrokerId[] first, BrokerId[] second)
           
static boolean DemandForwardingBridgeSupport.contains(BrokerId[] brokerPath, BrokerId brokerId)
           
static boolean DemandForwardingBridgeSupport.contains(BrokerId[] brokerPath, BrokerId brokerId)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.