Interface | Description |
---|---|
CloseableNamingEnumeration<T> |
A naming enumeration which works with
try -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 | Description |
---|---|
AbstractContext |
An abstract
Context implementation 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 for
ProviderEnvironment instances. |
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 discovers
NamingProviderFactory implementations for dispatching naming
requests. |
WildFlyInitialContextFactory |
An initial context factory that constructs
WildFlyInitialContext instances. |
WildFlyInitialContextFactoryBuilder |
An initial context factory builder for creating
WildFlyInitialContext instances. |
WildFlyRootContext |
A root context which locates providers based on the
Context.PROVIDER_URL environment property as well as any
URL scheme which appears as a part of the JNDI name in the first segment. |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.