Uses of Class
org.wildfly.naming.client.RetryContext
-
Packages that use RetryContext Package Description org.wildfly.naming.client org.wildfly.naming.client.remote -
-
Uses of RetryContext in org.wildfly.naming.client
Methods in org.wildfly.naming.client with parameters of type RetryContext Modifier and Type Method Description RNamingOperation. apply(RetryContext contextOrNull, Name name, T param)default org.wildfly.security.auth.client.PeerIdentityNamingProvider. getPeerIdentityForNamingUsingRetry(RetryContext context)Get a peer identity to use for context operations, retrying on failure.default <T,R>
RNamingProvider. performExceptionAction(NamingOperation<T,R> function, RetryContext contextOrNull, Name name, T param)Perform an action under the current naming provider.default voidNamingProvider. throwNoMoreDestinationsException(RetryContext context)Throws either anExhaustedDestinationsExceptionutilizing the information passed in the specifiedRetryContext, or an explicit exception mandated by the context. -
Uses of RetryContext in org.wildfly.naming.client.remote
Methods in org.wildfly.naming.client.remote with parameters of type RetryContext Modifier and Type Method Description org.jboss.remoting3.ConnectionPeerIdentityRemoteNamingProvider. getPeerIdentityForNamingUsingRetry(RetryContext context)
-