Uses of Class
org.wildfly.naming.client.ProviderEnvironment
-
Packages that use ProviderEnvironment Package Description org.wildfly.naming.client org.wildfly.naming.client.remote -
-
Uses of ProviderEnvironment in org.wildfly.naming.client
Methods in org.wildfly.naming.client that return ProviderEnvironment Modifier and Type Method Description ProviderEnvironmentProviderEnvironment.Builder. build()Build the provider environment from a point-in-time snapshot of the values in this builder.ProviderEnvironmentNamingProvider. getProviderEnvironment()Get the provider environment.Methods in org.wildfly.naming.client with parameters of type ProviderEnvironment Modifier and Type Method Description NamingProviderNamingProviderFactory. createProvider(FastHashtable<String,Object> env, ProviderEnvironment providerEnvironment)Create the naming provider instance for a provider URI.ContextNamingContextFactory. createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String,Object> env, ProviderEnvironment providerEnvironment)Create the root context for this naming scheme. -
Uses of ProviderEnvironment in org.wildfly.naming.client.remote
Methods in org.wildfly.naming.client.remote that return ProviderEnvironment Modifier and Type Method Description ProviderEnvironmentRemoteNamingProvider. getProviderEnvironment()Methods in org.wildfly.naming.client.remote with parameters of type ProviderEnvironment Modifier and Type Method Description RemoteNamingProviderRemoteNamingProviderFactory. createProvider(FastHashtable<String,Object> env, ProviderEnvironment providerEnvironment)ContextRemoteNamingContextFactory. createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String,Object> env, ProviderEnvironment providerEnvironment)
-