Uses of Class
org.wildfly.naming.client.util.FastHashtable
Packages that use FastHashtable
Package
Description
-
Uses of FastHashtable in org.jboss.ejb.client
Methods in org.jboss.ejb.client with parameters of type FastHashtableModifier and TypeMethodDescriptionEJBNamingContextFactory.createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) -
Uses of FastHashtable in org.wildfly.httpclient.naming
Methods in org.wildfly.httpclient.naming with parameters of type FastHashtableModifier and TypeMethodDescriptionHttpNamingProviderFactory.createProvider(FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) HttpNamingContextFactory.createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) booleanHttpNamingProviderFactory.supportsUriScheme(String providerScheme, FastHashtable<String, Object> env) Constructors in org.wildfly.httpclient.naming with parameters of type FastHashtableModifierConstructorDescriptionprotectedHttpRootContext(FastHashtable<String, Object> environment, HttpNamingProvider httpNamingProvider, String scheme) -
Uses of FastHashtable in org.wildfly.naming.client
Methods in org.wildfly.naming.client that return FastHashtableModifier and TypeMethodDescriptionAbstractContext.getEnvironment()WildFlyInitialContext.getEnvironment()WildFlyRootContext.getEnvironment()Methods in org.wildfly.naming.client with parameters of type FastHashtableModifier and TypeMethodDescriptionNamingProviderFactory.createProvider(FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) Create the naming provider instance for a provider URI.NamingContextFactory.createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) Create the root context for this naming scheme.booleanNamingProviderFactory.supportsUriScheme(String providerScheme, FastHashtable<String, Object> env) Determine if this provider supports the givenPROVIDER_URLscheme.Constructors in org.wildfly.naming.client with parameters of type FastHashtableModifierConstructorDescriptionprotectedAbstractContext(FastHashtable<String, Object> environment) Construct a new instance.protectedAbstractFederatingContext(FastHashtable<String, Object> environment) WildFlyRootContext(FastHashtable<String, Object> environment) Construct a new instance, searching the thread context class loader for providers.WildFlyRootContext(FastHashtable<String, Object> environment, ClassLoader classLoader) Construct a new instance, searching the given class loader for providers. -
Uses of FastHashtable in org.wildfly.naming.client.remote
Methods in org.wildfly.naming.client.remote with parameters of type FastHashtableModifier and TypeMethodDescriptionRemoteNamingProviderFactory.createProvider(FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) RemoteNamingContextFactory.createRootContext(NamingProvider namingProvider, String nameScheme, FastHashtable<String, Object> env, ProviderEnvironment providerEnvironment) booleanRemoteNamingProviderFactory.supportsUriScheme(String providerScheme, FastHashtable<String, Object> env) -
Uses of FastHashtable in org.wildfly.naming.client.store
Constructors in org.wildfly.naming.client.store with parameters of type FastHashtableModifierConstructorDescriptionRelativeContext(FastHashtable<String, Object> environment, AbstractContext rootContext, SimpleName prefix) RelativeFederatingContext(FastHashtable<String, Object> environment, AbstractContext rootContext, CompositeName prefix) -
Uses of FastHashtable in org.wildfly.naming.client.util
Methods in org.wildfly.naming.client.util that return FastHashtable