|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrokerId | |
|---|---|
| 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 | |
|---|---|
protected BrokerId[] |
ProducerInfo.brokerPath
|
protected BrokerId[] |
DestinationInfo.brokerPath
|
protected BrokerId[] |
ConsumerInfo.brokerPath
|
protected BrokerId[] |
ConnectionInfo.brokerPath
|
protected BrokerId |
NetworkBridgeFilter.networkBrokerId
|
| 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[] |
ProducerInfo.getBrokerPath()
The route of brokers the command has moved through. |
BrokerId[] |
Message.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[] |
ConnectionInfo.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 |
ProducerInfo.setBrokerPath(BrokerId[] brokerPath)
|
void |
Message.setBrokerPath(BrokerId[] brokerPath)
|
void |
DestinationInfo.setBrokerPath(BrokerId[] brokerPath)
|
void |
ConsumerInfo.setBrokerPath(BrokerId[] brokerPath)
|
void |
ConnectionInfo.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(ConsumerInfo consumerInfo,
BrokerId networkBrokerId,
int messageTTL,
int consumerTTL)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||