Uses of Class
org.apache.qpid.client.failover.FailoverState

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

Uses of FailoverState in org.apache.qpid.client.failover
 

Fields in org.apache.qpid.client.failover declared as FailoverState
static FailoverState FailoverState.FAILED
          Failover has been attempted and failed.
static FailoverState FailoverState.IN_PROGRESS
          Failover has been requested on this connection but has not completed.
static FailoverState FailoverState.NOT_STARTED
          Failover has not yet been attempted on this connection.
 

Uses of FailoverState in org.apache.qpid.client.protocol
 

Methods in org.apache.qpid.client.protocol that return FailoverState
(package private)  FailoverState AMQProtocolHandler.getFailoverState()
           
 

Methods in org.apache.qpid.client.protocol with parameters of type FailoverState
 void AMQProtocolHandler.setFailoverState(FailoverState failoverState)
           
 



Licensed to the Apache Software Foundation