Package | Description |
---|---|
org.wildfly.naming.client | |
org.wildfly.naming.client.remote |
Modifier and Type | Method and Description |
---|---|
R |
NamingOperation.apply(RetryContext contextOrNull,
Name name,
T param) |
default PeerIdentity |
NamingProvider.getPeerIdentityForNamingUsingRetry(RetryContext context)
Get a peer identity to use for context operations, retrying on failure.
|
default <T,R> R |
NamingProvider.performExceptionAction(NamingOperation<T,R> function,
RetryContext contextOrNull,
Name name,
T param)
Perform an action under the current naming provider.
|
default void |
NamingProvider.throwNoMoreDestinationsException(RetryContext context)
Throws either an
ExhaustedDestinationsException
utilizing the information passed in the specified
RetryContext , or an explicit exception mandated by the
context. |
Modifier and Type | Method and Description |
---|---|
ConnectionPeerIdentity |
RemoteNamingProvider.getPeerIdentityForNamingUsingRetry(RetryContext context) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.