Uses of Class
org.apache.activemq.command.BrokerId
-
Packages that use BrokerId Package Description org.apache.activemq.command 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 BrokerId Modifier and Type Field Description protected BrokerId[]ConnectionInfo. brokerPathprotected BrokerId[]ConsumerInfo. brokerPathprotected BrokerId[]DestinationInfo. brokerPathprotected BrokerId[]ProducerInfo. brokerPathprotected BrokerIdNetworkBridgeFilter. networkBrokerIdMethods in org.apache.activemq.command that return BrokerId Modifier and Type Method Description BrokerIdBaseEndpoint. getBrokerId()Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerIdBrokerInfo. getBrokerId()BrokerIdBrokerSubscriptionInfo. getBrokerId()BrokerIdEndpoint. 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.BrokerIdNetworkBridgeFilter. getNetworkBrokerId()Methods in org.apache.activemq.command with parameters of type BrokerId Modifier and Type Method Description static booleanNetworkBridgeFilter. contains(BrokerId[] brokerPath, BrokerId brokerId)voidBrokerInfo. 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 BrokerId Constructor Description NetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL)
-