Package org.wildfly.naming.client
-
Interface Summary Interface Description CloseableNamingEnumeration<T> A naming enumeration which works withtry-with-resources.MarshallingCompatibilityHelper A helper which allows naming providers and contexts to improve compatibility with older peers.NamingCloseable A common interface for naming entities which may be closed.NamingContextFactory A context factory which maps naming providers and name schemes to actual naming contexts.NamingOperation<T,R> A functional type for naming operations.NamingProvider A provider for a single naming scheme.NamingProviderFactory A provider supported by the unified WildFly Naming dispatcher.Transport A naming transport. -
Class Summary Class Description AbstractContext An abstractContextimplementation which does not support federation of naming systems (i.e.AbstractFederatingContext A abstract federating context.ProviderEnvironment Environmental information pertaining to a naming provider.ProviderEnvironment.Builder The builder forProviderEnvironmentinstances.RetryContext A context with an invocation life-span that maintains state useful to retrying naming operations.SimpleName A simple compound name which uses left-to-right parsing,/separators, and simple quoting rules.Version The version of this JAR.WildFlyInitialContext An initial context implementation that discoversNamingProviderFactoryimplementations for dispatching naming requests.WildFlyInitialContextFactory An initial context factory that constructsWildFlyInitialContextinstances.WildFlyInitialContextFactoryBuilder An initial context factory builder for creatingWildFlyInitialContextinstances.WildFlyRootContext A root context which locates providers based on theContext.PROVIDER_URLenvironment property as well as any URL scheme which appears as a part of the JNDI name in the first segment. -
Exception Summary Exception Description ExhaustedDestinationsException Indicates that no more destinations are available to complete a naming operation.RenameAcrossNamingProvidersException An exception which is thrown when the user attempts to rename an object across naming providers.