Uses of Class
org.apache.activemq.command.BrokerId
Packages that use BrokerId
Package
Description
Command objects used via the Command Pattern to communicate among nodes
-
Uses of BrokerId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as BrokerIdModifier and TypeFieldDescriptionprotected BrokerId[]ConnectionInfo.brokerPathprotected BrokerId[]ConsumerInfo.brokerPathprotected BrokerId[]DestinationInfo.brokerPathprotected BrokerId[]ProducerInfo.brokerPathprotected BrokerIdNetworkBridgeFilter.networkBrokerIdMethods in org.apache.activemq.command that return BrokerIdModifier and TypeMethodDescriptionBaseEndpoint.getBrokerId()Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerInfo.getBrokerId()BrokerSubscriptionInfo.getBrokerId()Endpoint.getBrokerId()Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerId[]ConnectionInfo.getBrokerPath()The route of brokers the command has moved through.BrokerId[]ConsumerInfo.getBrokerPath()The route of brokers the command has moved through.BrokerId[]DestinationInfo.getBrokerPath()The route of brokers the command has moved through.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[]Message.getCluster()If a message is stored in multiple nodes on a cluster, all the cluster members will be listed here.NetworkBridgeFilter.getNetworkBrokerId()Methods in org.apache.activemq.command with parameters of type BrokerIdModifier and TypeMethodDescriptionstatic booleanvoidBrokerInfo.setBrokerId(BrokerId brokerId) voidBrokerSubscriptionInfo.setBrokerId(BrokerId brokerId) voidConnectionInfo.setBrokerPath(BrokerId[] brokerPath) voidConsumerInfo.setBrokerPath(BrokerId[] brokerPath) voidDestinationInfo.setBrokerPath(BrokerId[] brokerPath) voidMessage.setBrokerPath(BrokerId[] brokerPath) voidProducerInfo.setBrokerPath(BrokerId[] brokerPath) voidMessage.setCluster(BrokerId[] cluster) voidNetworkBridgeFilter.setNetworkBrokerId(BrokerId remoteBrokerPath) Constructors in org.apache.activemq.command with parameters of type BrokerIdModifierConstructorDescriptionNetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL)