|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerDetails | |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.protocol | |
org.apache.qpid.client.transport | |
org.apache.qpid.client.url | |
org.apache.qpid.jms | |
org.apache.qpid.jms.failover |
Uses of BrokerDetails in org.apache.qpid.client |
---|
Classes in org.apache.qpid.client that implement BrokerDetails | |
---|---|
class |
AMQBrokerDetails
|
Methods in org.apache.qpid.client that return BrokerDetails | |
---|---|
BrokerDetails |
AMQConnection.getActiveBrokerDetails()
Get the details of the currently active broker |
BrokerDetails |
AMQConnectionURL.getBrokerDetails(int index)
|
Methods in org.apache.qpid.client that return types with arguments of type BrokerDetails | |
---|---|
List<BrokerDetails> |
AMQConnectionURL.getAllBrokerDetails()
|
Methods in org.apache.qpid.client with parameters of type BrokerDetails | |
---|---|
void |
AMQConnectionURL.addBrokerDetails(BrokerDetails broker)
|
org.apache.qpid.framing.ProtocolVersion |
AMQConnectionDelegate.makeBrokerConnection(BrokerDetails brokerDetail)
|
org.apache.qpid.framing.ProtocolVersion |
AMQConnectionDelegate_0_10.makeBrokerConnection(BrokerDetails brokerDetail)
Make a connection with the broker |
org.apache.qpid.framing.ProtocolVersion |
AMQConnectionDelegate_8_0.makeBrokerConnection(BrokerDetails brokerDetail)
|
org.apache.qpid.framing.ProtocolVersion |
AMQConnection.makeBrokerConnection(BrokerDetails brokerDetail)
|
Method parameters in org.apache.qpid.client with type arguments of type BrokerDetails | |
---|---|
void |
AMQConnectionURL.setBrokerDetails(List<BrokerDetails> brokers)
|
Uses of BrokerDetails in org.apache.qpid.client.protocol |
---|
Methods in org.apache.qpid.client.protocol with parameters of type BrokerDetails | |
---|---|
void |
AMQProtocolHandler.createIoTransportSession(BrokerDetails brokerDetail)
Called when we want to create a new IoTransport session |
Uses of BrokerDetails in org.apache.qpid.client.transport |
---|
Fields in org.apache.qpid.client.transport declared as BrokerDetails | |
---|---|
(package private) BrokerDetails |
AMQNoTransportForProtocolException._details
|
Methods in org.apache.qpid.client.transport with parameters of type BrokerDetails | |
---|---|
void |
ITransportConnection.connect(AMQProtocolHandler protocolHandler,
BrokerDetails brokerDetail)
|
void |
SocketTransportConnection.connect(AMQProtocolHandler protocolHandler,
BrokerDetails brokerDetail)
|
void |
VmPipeTransportConnection.connect(AMQProtocolHandler protocolHandler,
BrokerDetails brokerDetail)
|
static ITransportConnection |
TransportConnection.getInstance(BrokerDetails details)
|
Constructors in org.apache.qpid.client.transport with parameters of type BrokerDetails | |
---|---|
AMQNoTransportForProtocolException(BrokerDetails details,
String message,
Throwable cause)
|
Uses of BrokerDetails in org.apache.qpid.client.url |
---|
Methods in org.apache.qpid.client.url that return types with arguments of type BrokerDetails | |
---|---|
List<BrokerDetails> |
URLParser_0_10.getAllBrokerDetails()
|
Uses of BrokerDetails in org.apache.qpid.jms |
---|
Methods in org.apache.qpid.jms that return BrokerDetails | |
---|---|
BrokerDetails |
ConnectionURL.getBrokerDetails(int index)
|
BrokerDetails |
FailoverPolicy.getCurrentBrokerDetails()
|
BrokerDetails |
FailoverPolicy.getNextBrokerDetails()
|
Methods in org.apache.qpid.jms that return types with arguments of type BrokerDetails | |
---|---|
List<BrokerDetails> |
ConnectionURL.getAllBrokerDetails()
|
Methods in org.apache.qpid.jms with parameters of type BrokerDetails | |
---|---|
void |
ConnectionURL.addBrokerDetails(BrokerDetails broker)
|
void |
FailoverPolicy.setBroker(BrokerDetails broker)
|
Method parameters in org.apache.qpid.jms with type arguments of type BrokerDetails | |
---|---|
void |
ConnectionURL.setBrokerDetails(List<BrokerDetails> brokers)
|
Uses of BrokerDetails in org.apache.qpid.jms.failover |
---|
Methods in org.apache.qpid.jms.failover that return BrokerDetails | |
---|---|
BrokerDetails |
FailoverMethod.getCurrentBrokerDetails()
If there is no current BrokerDetails the null will be returned. |
BrokerDetails |
FailoverExchangeMethod.getCurrentBrokerDetails()
|
BrokerDetails |
FailoverRoundRobinServers.getCurrentBrokerDetails()
|
BrokerDetails |
FailoverSingleServer.getCurrentBrokerDetails()
|
BrokerDetails |
FailoverMethod.getNextBrokerDetails()
Move to the next BrokerDetails if one is available. |
BrokerDetails |
FailoverExchangeMethod.getNextBrokerDetails()
|
BrokerDetails |
FailoverRoundRobinServers.getNextBrokerDetails()
|
BrokerDetails |
FailoverSingleServer.getNextBrokerDetails()
|
Methods in org.apache.qpid.jms.failover with parameters of type BrokerDetails | |
---|---|
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)
|
void |
FailoverSingleServer.setBroker(BrokerDetails broker)
|
Constructors in org.apache.qpid.jms.failover with parameters of type BrokerDetails | |
---|---|
FailoverSingleServer(BrokerDetails brokerDetail)
|
|
NoFailover(BrokerDetails brokerDetail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |