|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
AMQConnectionDelegate.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
|
|
|
AMQConnectionDelegate_0_10.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
|
|
|
AMQConnectionDelegate_8_0.executeRetrySupport(FailoverProtectedOperation<T,E> operation)
|
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |