Uses of Package
org.apache.qpid.client.failover

Packages that use org.apache.qpid.client.failover
org.apache.qpid.client   
org.apache.qpid.client.failover   
org.apache.qpid.client.protocol   
org.apache.qpid.client.util   
 

Classes in org.apache.qpid.client.failover used by org.apache.qpid.client
FailoverException
          FailoverException is used to indicate that a synchronous request has failed to receive the reply that it is waiting for because the fail-over process has been started whilst it was waiting for its reply.
FailoverProtectedOperation
          FailoverProtectedOperation is a continuation for an operation that may throw a FailoverException because it has been interrupted by the fail-over process.
 

Classes in org.apache.qpid.client.failover used by org.apache.qpid.client.failover
FailoverException
          FailoverException is used to indicate that a synchronous request has failed to receive the reply that it is waiting for because the fail-over process has been started whilst it was waiting for its reply.
FailoverProtectedOperation
          FailoverProtectedOperation is a continuation for an operation that may throw a FailoverException because it has been interrupted by the fail-over process.
FailoverState
          Defines the possible states of the failover process; not started, in progress, failed.
FailoverSupport
          FailoverSupport defines an interface for different types of fail-over handlers, that provide different types of behaviour for handling fail-overs during operations that can be interrupted by the fail-over process.
 

Classes in org.apache.qpid.client.failover used by org.apache.qpid.client.protocol
FailoverException
          FailoverException is used to indicate that a synchronous request has failed to receive the reply that it is waiting for because the fail-over process has been started whilst it was waiting for its reply.
FailoverState
          Defines the possible states of the failover process; not started, in progress, failed.
 

Classes in org.apache.qpid.client.failover used by org.apache.qpid.client.util
FailoverException
          FailoverException is used to indicate that a synchronous request has failed to receive the reply that it is waiting for because the fail-over process has been started whilst it was waiting for its reply.
 



Licensed to the Apache Software Foundation