Uses of Interface
org.apache.qpid.client.failover.FailoverProtectedOperation

Packages that use FailoverProtectedOperation
org.apache.qpid.client   
org.apache.qpid.client.failover   
 

Uses of FailoverProtectedOperation in org.apache.qpid.client
 

Methods in org.apache.qpid.client with parameters of type FailoverProtectedOperation
<T,E extends Exception>
T
AMQConnectionDelegate.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
           
<T,E extends Exception>
T
AMQConnectionDelegate_0_10.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
           
<T,E extends Exception>
T
AMQConnectionDelegate_8_0.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
           
<T,E extends Exception>
T
AMQConnection.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
           
 

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

Fields in org.apache.qpid.client.failover declared as FailoverProtectedOperation
(package private)  FailoverProtectedOperation<T,E> FailoverNoopSupport.operation
          The protected operation that is to be retried in the event of fail-over.
(package private)  FailoverProtectedOperation<T,E> FailoverRetrySupport.operation
          The protected operation that is to be retried in the event of fail-over.
 

Constructors in org.apache.qpid.client.failover with parameters of type FailoverProtectedOperation
FailoverNoopSupport(FailoverProtectedOperation<T,E> operation, AMQConnection con)
          Creates an automatic retrying fail-over handler for the specified operation.
FailoverRetrySupport(FailoverProtectedOperation<T,E> operation, AMQConnection con)
          Creates an automatic retrying fail-over handler for the specified operation.
 



Licensed to the Apache Software Foundation