Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.url | |
org.apache.qpid.jms | |
org.apache.qpid.jms.failover |
Modifier and Type | Method and Description |
---|---|
BrokerDetails |
AMQConnection.getActiveBrokerDetails()
Get the details of the currently active broker
|
BrokerDetails |
AMQConnectionURL.getBrokerDetails(int index) |
Modifier and Type | Method and Description |
---|---|
List<BrokerDetails> |
AMQConnectionURL.getAllBrokerDetails() |
Modifier and Type | Method and Description |
---|---|
void |
AMQConnectionURL.addBrokerDetails(BrokerDetails broker) |
ProtocolVersion |
AMQConnectionDelegate.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate_0_10.makeBrokerConnection(BrokerDetails brokerDetail)
Make a connection with the broker
|
ProtocolVersion |
AMQConnection.makeBrokerConnection(BrokerDetails brokerDetail) |
ProtocolVersion |
AMQConnectionDelegate_8_0.makeBrokerConnection(BrokerDetails brokerDetail) |
Modifier and Type | Method and Description |
---|---|
void |
AMQConnectionURL.setBrokerDetails(List<BrokerDetails> brokers) |
Constructor and Description |
---|
BrokerDetails(BrokerDetails details) |
Modifier and Type | Method and Description |
---|---|
List<BrokerDetails> |
URLParser_0_10.getAllBrokerDetails() |
Modifier and Type | Method and Description |
---|---|
BrokerDetails |
ConnectionURL.getBrokerDetails(int index) |
BrokerDetails |
FailoverPolicy.getCurrentBrokerDetails() |
BrokerDetails |
FailoverPolicy.getNextBrokerDetails() |
Modifier and Type | Method and Description |
---|---|
List<BrokerDetails> |
ConnectionURL.getAllBrokerDetails() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionURL.addBrokerDetails(BrokerDetails broker) |
void |
FailoverPolicy.setBroker(BrokerDetails broker) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionURL.setBrokerDetails(List<BrokerDetails> brokers) |
Modifier and Type | Method and Description |
---|---|
BrokerDetails |
FailoverSingleServer.getCurrentBrokerDetails() |
BrokerDetails |
FailoverMethod.getCurrentBrokerDetails()
If there is no current BrokerDetails the null will be returned.
|
BrokerDetails |
FailoverExchangeMethod.getCurrentBrokerDetails() |
BrokerDetails |
FailoverRoundRobinServers.getCurrentBrokerDetails() |
BrokerDetails |
FailoverSingleServer.getNextBrokerDetails() |
BrokerDetails |
FailoverMethod.getNextBrokerDetails()
Move to the next BrokerDetails if one is available.
|
BrokerDetails |
FailoverExchangeMethod.getNextBrokerDetails() |
BrokerDetails |
FailoverRoundRobinServers.getNextBrokerDetails() |
Modifier and Type | Method and Description |
---|---|
void |
FailoverSingleServer.setBroker(BrokerDetails broker) |
void |
FailoverMethod.setBroker(BrokerDetails broker)
Set the currently active broker to be the new value.
|
void |
FailoverExchangeMethod.setBroker(BrokerDetails broker) |
void |
FailoverRoundRobinServers.setBroker(BrokerDetails broker) |
Constructor and Description |
---|
FailoverSingleServer(BrokerDetails brokerDetail) |
NoFailover(BrokerDetails brokerDetail) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.