Uses of Interface
org.apache.qpid.jms.failover.FailoverMethod

Packages that use FailoverMethod
org.apache.qpid.jms   
org.apache.qpid.jms.failover   
 

Uses of FailoverMethod in org.apache.qpid.jms
 

Methods in org.apache.qpid.jms that return FailoverMethod
 FailoverMethod FailoverPolicy.getCurrentMethod()
           
 

Methods in org.apache.qpid.jms with parameters of type FailoverMethod
 void FailoverPolicy.addMethod(FailoverMethod method)
           
 

Constructors in org.apache.qpid.jms with parameters of type FailoverMethod
FailoverPolicy(FailoverMethod method)
           
FailoverPolicy(FailoverMethod method, int retries)
           
 

Uses of FailoverMethod in org.apache.qpid.jms.failover
 

Classes in org.apache.qpid.jms.failover that implement FailoverMethod
 class FailoverExchangeMethod
          When using the Failover exchange a single broker is supplied in the URL.
 class FailoverRoundRobinServers
           
 class FailoverSingleServer
           
 class NoFailover
          Extend the Single Server Model to gain retry functionality but once connected do not attempt to failover.
 



Licensed to the Apache Software Foundation